Skip to content

Error: waiting for create/update of Application Gateway: See details below:" Details=[{"code":"0","message":"Operation returned an invalid status code 'Forbidden'"}] #1328

Discussion options

You must be logged in to vote

Fixed the issue giving secrets permission "get"
not sure why it needs secrets permission when cert is saved in certificates.

`
keyvault_access_policies = {
certificates = {
blue_env = {
managed_identity_key = "blue_mi"
certificate_permissions = ["Get", "List", "Update", "Create", "Import", "Delete", "Purge", "Recover", "Backup", "Restore", "managecontacts", "manageissuers"]
key_permissions = ["Get", "List", "Update", "Create", "Import", "Delete", "Purge", "Recover", "Backup", "Restore"]

    secret_permissions = ["Get"]
  }
}

}
`

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by harrypotter033
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant