Vault

  • Canonical Telco
Channel Revision Published Runs on
latest/edge 89 31 Jan 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 9 27 Jan 2023
Ubuntu 22.04 Ubuntu 20.04
1.16/stable 280 04 Oct 2024
Ubuntu 22.04
1.16/candidate 280 04 Oct 2024
Ubuntu 22.04
1.16/beta 280 04 Oct 2024
Ubuntu 22.04
1.16/edge 291 19 Nov 2024
Ubuntu 22.04
1.15/stable 248 24 Jul 2024
Ubuntu 22.04
1.15/candidate 248 24 Jul 2024
Ubuntu 22.04
1.15/beta 248 24 Jul 2024
Ubuntu 22.04
1.15/edge 248 10 Jul 2024
Ubuntu 22.04
juju deploy vault-k8s --channel latest/edge
Show information

Platform:

Learn about actions >

  • 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