Lucretius / vault_raft_snapshot_agent

⛔️ DEPRECATED ⛔️ An agent which provides periodic snapshotting capabilities of Vault's Raft backend
MIT License
78 stars 42 forks source link

Add support for AWS Auth (IAM and EC2) #25

Open alexeiser opened 1 year ago

alexeiser commented 1 year ago

The current code has a bad example for the k8s config, and doesn't support IAM Auth.

This version updates the go modules for easier API changes, and allows the mount and role variables to be reused by both k8s and AWS auth modes.