/Azure.SecretsExtractor

Console app that helps you extract all values from Azure Key Vault quickly, use 'Manage User Secrets' to store them safely.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

How to use ?

  1. Download the repository
  2. Build the project
  3. Add a shortcut to Azure.SecretsExtractor.exe file
  4. Open the app and put key vault url into the console, press Enter
https://some-test-key-vault.vault.azure.net/
  1. Wait for secrets to load
  2. If successful all secrets will be loaded and copied into your clipboard

Note that you must have Azure account setup locally for this to work. For example you should open VisualStudio and enter your credentials. Also you must have access to secrets on Azure portal.