You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual-install.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ This guide demonstrates steps required to enable the KMS Plugin for Key Vault in
73
73
imagePullPolicy: IfNotPresent
74
74
args:
75
75
- --listen-addr=unix:///opt/azurekms.socket # [OPTIONAL] gRPC listen address. Default is unix:///opt/azurekms.socket
76
-
- --keyvault-name=${KV_NAME} # [REQUIRED] Name of the keyvault
76
+
- --keyvault-name=${KV_NAME} # [REQUIRED] Name of the keyvault. Must match criteria specified at https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name
77
77
- --key-name=${KEY_NAME} # [REQUIRED] Name of the keyvault key used for encrypt/decrypt
78
78
- --key-version=${KEY_VERSION} # [REQUIRED] Version of the key to use
79
79
- --log-format-json=false # [OPTIONAL] Set log formatter to json. Default is false.
returnnil, fmt.Errorf("invalid vault name: %q, must be between 3 and 24 chars", vaultName)
117
123
}
124
+
118
125
// See docs for validation spec: https://docs.microsoft.com/en-us/azure/key-vault/about-keys-secrets-and-certificates#objects-identifiers-and-versioning
0 commit comments