CLI example for encrypting secrets using azure keyvault
See original GitHub issueI’ve been struggling to encrypt secrets using Kamus and Azure Keyvault.
The main barrier I’ve been running into is what value --auth-resource must be and how to obtain it.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Manage Key Vault using the Azure CLI
Adding a key, secret, or certificate to the key vault ... If you want Azure Key Vault to create a software-protected key for...
Read more >Quickstart - Set and retrieve a secret from Azure Key Vault
Quickstart showing how to set and retrieve a secret from Azure Key Vault using Azure CLI.
Read more >az keyvault secret
Restores a backed up secret to a vault. Restores a backed up secret, and all its versions, to a vault. This operation requires...
Read more >Creating and configuring a key vault for Azure Disk ...
This article provides steps for creating and configuring a key vault for use with Azure Disk Encryption on a Linux VM.
Read more >About Azure Key Vault secrets
The Azure Key Vault service encrypts your secrets when you add them, and decrypts them automatically when you read them.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks for the help. Got it encrypting!
Ah that makes sense. I will recheck those service principal settings and try set up kamus again.