Skip to content

Commit 48a68f7

Browse files
authored
Merge pull request #207594 from miwithro/patch-161
Update use-kms-etcd-encryption.md
2 parents 801e4e8 + 38db617 commit 48a68f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-kms-etcd-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ az keyvault set-policy -n MyKeyVault --key-permissions decrypt encrypt --object-
107107

108108
#### For RBAC key vault
109109

110-
If your key vault is enabled with `--enable-rbac-authorization`, you need to assign a RBAC role which at least contains decrypt, encrypt permission.
110+
If your key vault is enabled with `--enable-rbac-authorization`, you need to assign the "Key Vault Administrator" RBAC role which has decrypt, encrypt permission.
111111

112112
```azurecli-interactive
113113
az role assignment create --role "Key Vault Crypto User" --assignee-object-id $IDENTITY_OBJECT_ID --assignee-principal-type "ServicePrincipal" --scope $KEYVAULT_RESOURCE_ID

0 commit comments

Comments
 (0)