The information in this doc is based on Juju version 3.5.5, and may not accurately reflect other versions of Juju.
See also: config
Summary
Sets the trust status of a deployed application to true.
Usage
juju trust [options] <application name>
Options
Flag | Default | Usage |
---|---|---|
-B , --no-browser-login |
false | Do not use web browser for authentication |
-m , --model |
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> | |
--remove |
false | Remove trusted access from a trusted application |
--scope |
k8s models only - needs to be set to ‘cluster’ |
Examples
juju trust media-wiki
juju trust metallb --scope=cluster
Details
Sets the trust configuration value to true.
On k8s models, the trust operation currently grants the charm full access to the cluster. Until the permissions model is refined to grant more granular role based access, the use of ‘–scope=cluster’ is required to confirm this choice.