A quick blog post on how to store your secrets in Azure Key Vault and referencing them within your Terraform configurations. The Azure Key Vault and secrets Azure key Vault and secrets is certainly the recommended approach for storing secrets…
Category: Key Vault
Storing and retrieving secrets in Azure KeyVault with Variable Groups in Azure DevOps Pipelines
Using Azure DevOps Pipelines and want to store secrets in Azure KeyVault? Use a variable group with Key Vault integration to retrieve these secrets and use within your DevOps pipeline Why Azure KeyVault? Using a variable group, you can store…
Copy Azure KeyVault secrets to another KeyVault using Azure CLI
I am going to show how you can copy Azure KeyVault secrets to another KeyVault using Azure CLI. I have two key vaults, keyvaultold - Contains secrets1 to secret7 keyvaultnewtest - Contains secret7 I want to copy secrets that are…
Read More Copy Azure KeyVault secrets to another KeyVault using Azure CLI
Azure Key Vault:- 5 ways to secure
Using Azure Key Vault to store your secrets , encryption keys or even certificate data? Have a read of this blog, I will be discussing 5 ways on how to secure your Key Vault from network restriction to key rotation.…
Securing your secrets using Azure Key Vault and Virtual Machine Managed Identity
In my previous blog I gave an overview of Azure Managed Identity, specifically around virtual machines and managed identities. In this, I will be detailing the process of implementing a secure use of Key Vault with this virtual machine and…
Read More Securing your secrets using Azure Key Vault and Virtual Machine Managed Identity