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 | 291 | 19 Nov 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 latest/edge
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:
-
create-backup
Creates a snapshot of the Raft backend and saves it to the S3 storage. Returns backup ID.
-
list-backups
Lists all available backups.
-
restore-backup
Restores a backup from the S3 storage to the Raft backend. Returns backup ID.
- Params
-
backup-id string
Backup ID to restore.
-
root-token string
Root token to use for unsealing the Vault after the restore.
-
unseal-keys array
Unseal keys to use for unsealing the Vault after the restore.
- Required
backup-id, unseal-keys, root-token
-
set-root-token
Sets root token for Vault. Used to recover Vault if Vault's root token and the one used by the charm mismatch for some reason.
- Params
-
root-token string
Root token to set.
- Required
root-token
-
set-unseal-keys
Sets unseal keys for Vault. Used to recover Vault if Vault's unseal key and the one used by the charm mismatch for some reason.
- Params
-
unseal-keys array
Unseal keys to set.
- Required
unseal-keys