The information in this doc is based on Juju version 3.5.5, and may not accurately reflect other versions of Juju.
Summary
Revoke access to a secret.
Usage
juju revoke-secret [options] <ID>|<name> <application>[,<application>...]
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> |
Examples
juju revoke-secret my-secret ubuntu-k8s
juju revoke-secret 9m4e2mr0ui3e8a215n4g ubuntu-k8s,prometheus-k8s
Details
Revoke applications’ access to view the value of a specified secret.