Hi @68603525
Thank you for post!
Based off your error message, your Key Vault is using the Azure role-based access control (RBAC) permissions model to control access to your vault. To assign the appropriate built-in roles for Key Vault data plane operations using the Azure portal, you can follow the steps below.
Key Vault scope role assignment:
- Go to the Resource Group that contains your key vault.
- Select Access control (IAM) tab.
- Select Add > Add role assignment to open the Add role assignment page.
- Assign the appropriate RBAC role (i.e. Key Vault Administrator).
To change your Key Vault's permissions model, you can do this by:
- Navigating to the Resource Group that contains your key vault.
- Select Access Configuration from the Settings menu.
- Change your vault's permissions model as required.
Additional Links:
- Azure role-based access control (Azure RBAC) vs. access policies (legacy)
- Provide access to Key Vault keys, certificates, and secrets with an Azure role-based access control
- Assign a Key Vault access policy (legacy)
- Troubleshooting Azure Key Vault access policy issues
Hope this helps. Do let us know if you any further queries by responding in the comments section.
Thanks,
Akhilesh.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.