Vault

Channel Revision Published Runs on
latest/edge 222 20 Jan 2024
Ubuntu 23.10
1.8/stable 209 05 Jan 2024
Ubuntu 22.04
1.8/edge 164 09 Aug 2023
Ubuntu 23.04
1.15/beta 276 18 Apr 2024
Ubuntu 22.04
1.15/edge 290 09 May 2024
Ubuntu 22.04
1.7/stable 210 10 Jan 2024
Ubuntu 22.04 Ubuntu 20.04
1.6/stable 289 05 May 2024
Ubuntu 20.04 Ubuntu 18.04
1.5/stable 268 11 Apr 2024
Ubuntu 20.04 Ubuntu 18.04
juju deploy vault --channel 1.15/beta
Show information

Platform:

Ubuntu
22.04

Learn about actions >

  • 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.

    Params
    • token string

      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

    token

  • 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.

    Required

    backup-id