An open API service indexing awesome lists of open source software.

https://github.com/kris701/azurekeyvaultbackup

Simple program to backup an Azure Key Vault into a json document
https://github.com/kris701/azurekeyvaultbackup

azure json keyvault

Last synced: 2 months ago
JSON representation

Simple program to backup an Azure Key Vault into a json document

Awesome Lists containing this project

README

          

# Azure Key Vault Backup
Simple program to save all the keys from a Azure Key Vault into a json document.
Just remember to add these keys to the usersecrets `secrets.json` file:
```json
{
"AZURE-KEY-VAULT-URI": "URL to the key vault",
"AZURE-CLIENT-ID": "Client ID of the app in azure",
"AZURE-CLIENT-SECRET": "Secret to the client ID"
}
```