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
Doesn’t seem to manage to deploy Atlantis on Azure Container Apps using a Managed identity as Creds.
Webhooks to Azdo works, but after running terraform init then, Atlantis plan or terraform plan on machine, it get stuck.
It seems to trying to go for the managedIdentity API but times out.
Works completely fine on Container Instances. But not on CA for some reason.
new with ingress etc.
specyfing following env vars. with
ARM_USE_MSI
Tenant, SUB
azdo user
azdo token
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Doesn’t seem to manage to deploy Atlantis on Azure Container Apps using a Managed identity as Creds.
Webhooks to Azdo works, but after running terraform init then, Atlantis plan or terraform plan on machine, it get stuck.
It seems to trying to go for the managedIdentity API but times out.
Works completely fine on Container Instances. But not on CA for some reason.
new with ingress etc.
specyfing following env vars. with
ARM_USE_MSI
Tenant, SUB
azdo user
azdo token
system managed mi,
RBAC perms on errthing.
default port 4141,
Ingress
Http/ 4141 target port.
tried tcp 4141/4141 for target and expose.
What am i doing wrong
Beta Was this translation helpful? Give feedback.
All reactions