You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to insert a secret into Key Vault but always get a 401 response. Looking at the Azure logs I can see that there is no identity being passed with the request
I am using Terraform version 0.10.6 and version 0.3 of the AzureRM provider
The terraform excerpt is
resource "azurerm_key_vault_secret" "my_secret" {
name = "my_secret"
value = "my_secret_value"
vault_uri = "https://XXX.vault.azure.net/"
}
In the Azure diagnostics logs I can see the request and it doesn't show an identity
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm attempting to insert a secret into Key Vault but always get a 401 response. Looking at the Azure logs I can see that there is no identity being passed with the request
I am using Terraform version
0.10.6
and version0.3
of the AzureRM providerThe terraform excerpt is
In the Azure diagnostics logs I can see the request and it doesn't show an identity
The text was updated successfully, but these errors were encountered: