juju remove-secret-backend
¶
Summary¶
Removes a secret backend from the controller.
Usage¶
juju remove-secret-backend [options] <backend-name>
Options¶
Flag |
Default |
Usage |
---|---|---|
|
Controller to operate in |
|
|
false |
force removal even if the backend stores in-use secrets |
Examples¶
juju remove-secret-backend myvault
juju remove-secret-backend myvault --force
Details¶
Removes a secret backend, used for storing secret content. If the backend is being used to store secrets currently in use, the –force option can be supplied to force the removal, but be warned, this will affect charms which use those secrets.