Vault
- Canonical Telco
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 89 | 31 Jan 2024 | |
latest/edge | 9 | 27 Jan 2023 | |
1.16/stable | 280 | 04 Oct 2024 | |
1.16/candidate | 280 | 04 Oct 2024 | |
1.16/beta | 280 | 04 Oct 2024 | |
1.16/edge | 286 | 18 Oct 2024 | |
1.15/stable | 248 | 24 Jul 2024 | |
1.15/candidate | 248 | 24 Jul 2024 | |
1.15/beta | 248 | 24 Jul 2024 | |
1.15/edge | 248 | 10 Jul 2024 |
juju deploy vault-k8s --channel 1.16/stable
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
authorize-charm
Authorizes the charm to be able to interact with Vault to manage its operations. A token is required for Vault to use to create the app role and the policy the charm will use to interact with Vault. This token must be placed in a juju secret, and access to this secret should be granted to the charm.
- Params
-
secret-id string
The Juju secret ID for the secret containing a token for Vault that can create new policies, such as the root token that is provided upon initializing Vault. Used to create the app role and policy for the charm. It is not stored by the charm.
- Required
secret-id
-
create-backup
Creates a snapshot of the Raft backend and saves it to the S3 storage. Returns the backup ID.
-
list-backups
Lists all available backups.
-
restore-backup
Restores a backup from the S3 storage to the Raft backend. Returns the backup ID.
- Params
-
backup-id string
Backup ID to restore.
- Required
backup-id