https://github.com/christophwille/keyvaultsearch
Search in Azure Key Vault using DefaultAzureCredential
https://github.com/christophwille/keyvaultsearch
azure csharp dotnet
Last synced: 2 months ago
JSON representation
Search in Azure Key Vault using DefaultAzureCredential
- Host: GitHub
- URL: https://github.com/christophwille/keyvaultsearch
- Owner: christophwille
- License: mit
- Created: 2022-09-21T13:30:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T05:09:09.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T12:33:19.902Z (over 1 year ago)
- Topics: azure, csharp, dotnet
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Search in Azure Key Vault using DefaultAzureCredential
I got annoyed that I can't search for secrets in the Azure Portal... so I built myself a super-simple tool to do just that.

Note it uses DefaultAzureCredential and nothing else.