vincent bfc378992f
All checks were successful
continuous-integration/drone/push Build is passing
change image
2023-11-01 19:26:19 +01:00
2023-11-01 17:50:47 +01:00
2023-11-01 19:26:19 +01:00
2023-11-01 18:13:04 +01:00
2023-11-01 18:13:17 +01:00
2023-11-01 18:13:17 +01:00

docker-vault-backup

perform a backup of vault raft base need an vautl approle authentification with following policie

  rule {
      path = "sys/storage/raft/snapshot"
      capabilities = ["read"]
  }

ENV variable

  • VAULT_APPROLEID
  • VAULT_SECRETID
  • RETENTION
  • VAULT_ADDR

mount

mount your backup location on /backup

Description
No description provided
Readme 27 KiB
Languages
Shell 66.6%
Dockerfile 17.8%
Makefile 15.6%