I am trying to deploy keyvault resource using terraform. I am trying the deployment through azure devops pipeline. I have set key vault network acl {bypass:“none”, defaultaction=“deny”, ip_rules=[valid Ips+ azure devops ip] }. I am getting error while terraform plan. error says “making Read request on Azure KeyVault Secret. Client address is not authorized and caller is not a trusted service” InnerError={“code”:“ForbiddenByFirewall”}. I don’t want to change network acl permissions. Is there any way to fix this issue? please suggest.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Error: retrieving `contact` for KeyVault | 1 | 452 | July 23, 2024 | |
Adding a Keyvault Secret after Keyvault Creation fails with 403 Forbidden Access Error | 0 | 2333 | May 31, 2022 | |
Azurerm_key_vault_secret --> InnerError={"code":"ForbiddenByRbac"} | 1 | 1175 | July 16, 2023 | |
Implementation public-network-access property for azure keyvault | 0 | 1298 | February 4, 2022 | |
Azure Key Vault - Certificate Authority | 0 | 294 | March 31, 2020 |