Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Either this secret is disabled or you do not have the "Get" secret permission

On browsing disabled secret version, getting error "Either this secret is disabled or you do not have the "Get" secret permission". I have full permissions on secret (checked thru Access Policies). Any help on how to enable older version again?

like image 742
Purna Chandra Rao Chinta Avatar asked Mar 08 '19 00:03

Purna Chandra Rao Chinta


People also ask

Does not have secrets get permission on key vault Azure?

This error usually comes when application/user don't have permission to access the resource, Key-Vault in this case which is secured by Azure AD tenant. It seems the access policy has not been defined for security principal which can be application or user group to perform different operations on Key Vaults.

How do you get to the secrets key in the Azure vault?

Retrieve a secret from Key Vault Use https://<your-unique-keyvault-name>.vault.azure.net/secrets/ExamplePassword to get the current version. Now, you have created a Key Vault, stored a secret, and retrieved it.


1 Answers

You should be able to enable it by right-clicking on the disabled version in the list and choosing "Enable"

like image 106
Daniel Hilgarth Avatar answered Oct 09 '22 16:10

Daniel Hilgarth