You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
I'm working on a scanner and have most of the work done by python-azure-sdk apis but keyvault seems extra tricky. My use case is one where we are often given normal read-only user credentials by clients and don't have the ability to create our own service principals. As such, I'm trying to stick with just the get_azure_cli_credentials of azure/common/credentials.py.
The azure_cli can do the following with only my regular user creds
az keyvault key list --vault-name my-keyvault