Azure DevOps: Terraform variables with Azure Key Vault
We use variables when creating Terraform configuration files to be able to change and adapt our code to be reusable. When configuring variables, the best method for me was selecting a single location for both sensitive (secrets) and non-sensitive (re...
jamescook.dev3 min read
Pax
Question: Did you allow "public access from all networks" on your key vault's networking config?
Or did you use self-hosted agents, where the agent is in a virtual network that have access to the key vault?
I'm thinking those are the only 2 ways our pipeline can have access to our keyvault but I might be missing something.