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
9 stars 3 forks source link

Azure Storage authentication fails due to invalid base64 accountkey #24

Closed ruizink closed 6 months ago

ruizink commented 6 months ago

When using Azure Storage, the Azure API returns an error when calling azblob.NewSharedKeyCredential(accountName, accountKey).

The error reads as follows:

error="invalid credentials for azure: decode account key: illegal base64 data at input byte 12"