How to trust an application with a credential
See also: Application
Some applications may require access to the backing cloud in order to fulfil their purpose (e.g. storage-related tasks). In such cases, the remote credential associated with the current model would need to be shared with the application. When the Juju administrator allows this to occur the application is said to be trusted. An application can be trusted during deployment or after deployment.
To trust the AWS integrator application during deployment:
juju deploy --trust aws-integrator
To trust the application after deployment:
juju deploy aws-integrator
juju trust aws-integrator
Last updated 5 months ago.