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 | |
|---|---|---|---|---|
| Adding a Keyvault Secret after Keyvault Creation fails with 403 Forbidden Access Error | 0 | 2607 | May 31, 2022 | |
| Permissions errors trying to use /Azure/terraform/quickstart/301-service-fabric-apim | 3 | 3406 | December 18, 2019 | |
| Error with azure terraform script to create vm | 0 | 227 | November 20, 2023 | |
| Terraform - Securing the values in KeyVault Secret | 0 | 518 | July 10, 2020 | |
| Azurerm_key_vault_secret --> InnerError={"code":"ForbiddenByRbac"} | 1 | 1566 | July 16, 2023 |