Share via

i gave access to key vault to my user but he cant see it

Altaf Ingar 100 Reputation points
2026-02-12T20:02:11.3466667+00:00

i gave access to key vault to my user but he cant see it i need help to see how i can do it.

Artifact Signing
Artifact Signing

A fully managed end-to-end service for digitally signing code, documents, and applications. (formerly Trusted Signing)

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-12T20:02:19.95+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If your user cannot see the Azure Key Vault after you have granted access, there are a few things you can check:

    1. Verify Role Assignment: Ensure that the user has been assigned the correct Azure RBAC role that allows them to access the Key Vault. Roles such as Key Vault Reader or higher roles like Key Vault Administrator should be assigned depending on the level of access required.
    2. Check Access Policies: If you are using the legacy access policy model, ensure that the access policy for the user is correctly configured to allow the necessary permissions (like listing or getting secrets).
    3. Permissions Propagation: Sometimes, it may take a few minutes for the permissions to propagate. If you just assigned the role, wait a bit and then check again.
    4. User Authentication: Ensure that the user is authenticated properly and is using the correct Azure account that has been granted access to the Key Vault.
    5. Access Control Settings: Check if there are any restrictions or conditions set in the access control settings that might prevent the user from seeing the Key Vault.

    If these steps do not resolve the issue, you may want to review the troubleshooting documentation for Azure Key Vault access issues for further guidance.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.