ForwardCloudCredentials

ForwardCloudCredentials

is an option for remote evaluation and submission functions that specifies whether Wolfram Cloud credentials from the local session should be copied into remote sessions.

Details

  • With ForwardCloudCredentialsTrue, functions such as RemoteBatchSubmit and RemoteBatchMapSubmit will automatically transfer the local session's Wolfram Cloud credentials into remote sessions so that code running within each remote session can access and create resources in the user's cloud account.
  • With ForwardCloudCredentialsFalse, remote sessions are responsible for authenticating to the cloud manually, such as by using CloudConnect.
  • Some batch computation providers may not support the setting ForwardCloudCredentialsTrue.
  • When used with RemoteBatchSubmit and RemoteBatchMapSubmit, the value of ForwardCloudCredentials generally defaults to Automatic, which corresponds to True if the provider being used supports forwarding of cloud credentials or False if the provider does not.

Examples

open allclose all

Basic Examples  (1)

Submit a remote batch job using the "AWSBatch" provider, for which the default setting of the ForwardCloudCredentials option is True:

Override the default and disable credential forwarding:

Possible Issues  (1)

Some batch computation providers do not support forwarding of cloud credentials:

Wolfram Research (2020), ForwardCloudCredentials, Wolfram Language function, https://reference.wolfram.com/language/ref/ForwardCloudCredentials.html.

Text

Wolfram Research (2020), ForwardCloudCredentials, Wolfram Language function, https://reference.wolfram.com/language/ref/ForwardCloudCredentials.html.

CMS

Wolfram Language. 2020. "ForwardCloudCredentials." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ForwardCloudCredentials.html.

APA

Wolfram Language. (2020). ForwardCloudCredentials. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ForwardCloudCredentials.html

BibTeX

@misc{reference.wolfram_2024_forwardcloudcredentials, author="Wolfram Research", title="{ForwardCloudCredentials}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/ForwardCloudCredentials.html}", note=[Accessed: 25-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_forwardcloudcredentials, organization={Wolfram Research}, title={ForwardCloudCredentials}, year={2020}, url={https://reference.wolfram.com/language/ref/ForwardCloudCredentials.html}, note=[Accessed: 25-April-2024 ]}