Problem Statement: Implementing the new RBAC Key Vault feature brings with it a more complex security model that makes it more difficult to track who has access to what. In this post I create a PowerShell script to provide basic reporting of who has access to your vault secrets and how they have the access. […]
Category: Azure Key Vault
Using Azure Role-Based Access Control for individual Key Vault Secrets
In this blog I describe my experience experimenting with the Azure Key Vault service RBAC support for implementing access control on individual Secrets. Problem Statement: Today Key Vault does not provide fine grained access control for individual secrets. The access control is at the Key Vault level. All users that have read access to the […]