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

Update readme to fix default vault address scheme #10

Closed kirrmann closed 3 years ago

kirrmann commented 3 years ago

Seems the default vault address is indeed https, as hitting this error during setup Cannot instantiate snapshotter. error logging into AppRole auth backend: Put "https://127.0.0.1:8200/v1/auth/approle/login": http: server gave HTTP response to HTTPS client

Lucretius commented 3 years ago

Good catch, the defaultConfig does use https, not http. Thanks for the PR!