Argelbargel / vault-raft-snapshot-agent

An agent which creates periodic snapshots of Vault's integrated raft storage and stores them locally or in remote storages as backup in case of system failure or user errors.
MIT License
8 stars 3 forks source link

Fix typo that is breaks Azure authentication #25

Closed ruizink closed 4 months ago

ruizink commented 4 months ago

This PR fixes #24

Incorrectly calling config.AccountName.Resolve(true), instead of config.AccountKey.Resolve(true) causes the Azure API call to fail.

Argelbargel commented 4 months ago

Hi @ruizink, thank you for your contribution!