-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redeployment for azure nva-into-existing-hub fails #425
Comments
Hi @LukasAuSc, |
Hi @chkp-natanelm, thank you for the quick response.
(shortened for readability), and then when running it, it fails with the above mentioned error. And when I delete the role assignment, I can redeploy without issue. It looks to me like the role assignment is recreated with every apply step, even if it was created before. If it would be terraform code, I would say it has not been saved in the state, but I do not know how the managed application works. |
Hi @LukasAuSc, |
Hi,
firstly thank you for the implementations for different cloud providers and languages.
I am currently struggling with an strange issue for deploying the terraform integration on azure, nva-into-existing-hub.
The first deployment works perfectly fine, in under 10 min, but afterwards it tries to deploy again, and fails with the following error:
What I was able to figure out, is that with the first deployment the automatic created UAI
vwan-managed-identity
, is being created and assigned asManaged Application Operator Role
to the NVA.With the second deployment, the above error comes up and the deployment fails after >15min. When I delete the role assignment, the deployment works again smoothly, but if deploying it again, same error.
If you can help me or point me in the right direction, I would greatly appreciate it. Since I can not see into the application, unfortuantely I am stuck here.
The text was updated successfully, but these errors were encountered: