Forum Discussion
Petri-X
Jul 30, 2024Bronze Contributor
Azure Inherited roles, but still access denied
Hi, In e.g. Key Vault, when looking for the Access Control I can see that user account have custom contributor role inherited from the subscription level. When looking for the role more deeply it...
balasubramanim
Sep 23, 2024Iron Contributor
It seems like your custom role has the necessary permissions, but Azure Key Vault might be blocking access due to missing Access Policies. Key Vault has its own access control separate from RBAC. Check the Access Policies in the Key Vault and ensure your user or group has the required secret permissions. Also, confirm if the role covers data plane actions like "read" and "write" secrets.