9 Commits (main)

Author SHA1 Message Date
Jean-François Roche 3a1c9b1c64
fix: add missing dependency on systemd-vaultd socket (#59)
The systemd service unit file generate environment file requests secrets
from the systemd-vaultd socket.

We make sure this socket is ready before starting the service.
4 months ago
Jean-François Roche 35dc7e58ed fix: vault agent with environment secrets only
Sometimes we only need to inject secrets as environment variables
1 year ago
Jean-François Roche ad5f37f7a8 feat: add optional command timeout
Some template command can last longer than the default 30s. Add option
to override default timeout.

Define template commands using `exec` as `command` is deprecated.
(https://developer.hashicorp.com/vault/docs/agent/template#command)
1 year ago
Jörg Thalheim 12707af861 fix changeAction==none case 2 years ago
Jörg Thalheim 16ab6ae069 apply treefmt 2 years ago
Jörg Thalheim 7fa8deb568 add support for environment variables 2 years ago
Jörg Thalheim cc1e801174 add test and fix systemd to reload secrets on reload 2 years ago
Jörg Thalheim bd069c7295 vault-secrets: change action from none to reload-or-restart 2 years ago
Jörg Thalheim 06495a406e add vault.secrets options to systemd services 2 years ago