juju trust
¶
See also: config
Summary¶
Sets the trust status of a deployed application to true.
Usage¶
juju trust [options] <application name>
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
|
|
false |
Remove trusted access from a trusted application |
|
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.