Azure / AzureKeyVault

R interface to Azure Key Vault
Other
14 stars 7 forks source link

How Can I Restrict access to read the Value of a Secret(a particluar secret) in the Keyvault. #16

Open ashishstationcasinos opened 1 year ago

ashishstationcasinos commented 1 year ago

Hello,

I have a Keyvault in Subscrption. It has RBAC enabled. I have more than 40 secrets in the Keyvault. Now I have a Use Case Where I Dont want users to read the vaule of a particular secret. But they can read the value of other secret except(39) but not that particular secret ?

How Can I Achieve this ?

Is there a role I can Create such a way that role cannot the read the value of the particular secret ?