Skip to content

Commit

Permalink
docs: document the keyId format
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr13 committed Feb 14, 2024
1 parent 0983873 commit 1dd130c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secret/driver/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type azureConfig struct {
// IgnoreVersion will ignore any key version, even if given, and always use the latest version.
IgnoreVersion bool `mapstructure:"ignore_version"`
// The Azure Vault KeyId to use for encryption and decryption
// KeyId is the full key string, example: https://secretkeyvault.vault.azure.net/keys/secrets-key/1111231232312111
KeyId string `mapstructure:"key_id"`

VaultName string
Expand Down

0 comments on commit 1dd130c

Please sign in to comment.