Command 'juju remove-secret-backend'

See also: How to manage secret backends

Usage:

juju remove-secret-backend [options] <backend-name>

Summary:

Removes a secret backend from the controller.

Global Options:

--debug  (= false)

Equivalent to --show-log --logging-config=<root>=DEBUG

-h, --help  (= false)

Show help on a command or other topic.

--logging-config (= "")

Specify log levels for modules

--quiet  (= false)

Show no informational output

--show-log  (= false)

If set, write the log file to stderr

--verbose  (= false)

Show more verbose output

Command Options:

-c, --controller (= "")

Controller to operate in

--force  (= false)

Force removal even if the backend stores in-use secrets

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.

Examples:

juju remove-secret-backend myvault
juju remove-secret-backend myvault --force

See also:

add-secret-backend
list-secret-backends
show-secret-backend
update-secret-backend

Last updated 9 months ago.