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

k8s auth documentation error #23

Open ginnoldf opened 2 years ago

ginnoldf commented 2 years ago

In the README.md documentation of the Kubernetes authentication mode it is specified:

vault_auth_role Specifies vault k8s auth role
vault_auth_path Specifies vault k8s auth path

This seems to be a mistake, as the configuration parameters need to be called k8s_auth_role and k8s_auth_path. See config.go.