Your company, Litware, Inc., has an Azure subscription containing a storage account named storage1 and an Azure Key Vault named vault1.
storage1 is configured with a system-assigned managed identity.
vault1 has both soft-delete and purge protection enabled, and is configured to use Azure role-based access control (Azure RBAC) for its authorization model.
You need to configure customer-managed key (CMK) encryption for storage1 using a key stored in vault1.
Which RBAC role must you assign to the system-assigned managed identity of storage1 over vault1 to allow key wrapping and unwrapping operations?
- Key Vault Crypto Service Encryption UserCevap
- BKey Vault Contributor
- CStorage Blob Data Contributor
- DKey Vault Reader
Cevap
Key Vault Crypto Service Encryption User
The correct role is Key Vault Crypto Service Encryption User. Under the Azure RBAC permission model for Key Vault, this specific role grants the required data-plane permissions (Microsoft.KeyVault/vaults/keys/wrap/action and Microsoft.KeyVault/vaults/keys/unwrap/action) needed by the storage account's managed identity to encrypt and decrypt the storage service keys.
Adım Adım Çözüm
Anahtar Kavram
Configuring customer-managed keys (CMK) for Azure Storage accounts requires granting the storage account's managed identity specific data-plane permissions (Key Vault Crypto Service Encryption User role or equivalent vault access policy) over the Key Vault containing the encryption key.
Tahmini Süre:1m 0s