canonical / snap-vault

Vault is a tool for securely accessing secrets
https://snapcraft.io/vault
Other
16 stars 10 forks source link

feat: Adds vault daemon service #67

Closed gruyaume closed 5 months ago

gruyaume commented 5 months ago

Description

This PR implements the Vault daemon service needed by the Vault machine charm and other use cases.

Usage

Edit the configuration file at /var/snap/vault/common/vault.hcl, then control the Vault service using snap commands:

sudo snap start vault.vaultd
sudo snap restart vault.vaultd
sudo snap stop vault.vaultd

Note

This PR is in good part based on PR #52 with these added changes:

Fixes #48