Skip to content

Commit 1dd130c

Browse files
author
Alexander Huck
committed
docs: document the keyId format
1 parent 0983873 commit 1dd130c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

secret/driver/azure.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ type azureConfig struct {
2828
// IgnoreVersion will ignore any key version, even if given, and always use the latest version.
2929
IgnoreVersion bool `mapstructure:"ignore_version"`
3030
// The Azure Vault KeyId to use for encryption and decryption
31+
// KeyId is the full key string, example: https://secretkeyvault.vault.azure.net/keys/secrets-key/1111231232312111
3132
KeyId string `mapstructure:"key_id"`
3233

3334
VaultName string

0 commit comments

Comments
 (0)