Command 'juju remove-secret-backend'

The information in this doc is based on Juju version 3.5.3, and may not accurately reflect other versions of Juju.

See also: add-secret-backend, secret-backends, show-secret-backend, update-secret-backend

Summary

Removes a secret backend from the controller.

Usage

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

Options

Flag Default Usage
--c, --controller Controller to operate in
--force 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.


Last updated 9 days ago. Help improve this document in the forum.