runatlantis / atlantis

Terraform Pull Request Automation
https://www.runatlantis.io
Other
7.82k stars 1.06k forks source link

Atlantis server to bitbucket cloud, problem webhook #3692

Open mvazconsuelo opened 1 year ago

mvazconsuelo commented 1 year ago

Community Note


Overview of the Issue

I want to use altlantis in bibucket cloud, I follow the steps according to the documentation, but I have a problem with the webhook part, it gives an error 403 (forbidden), I tried to replicate the possible errors but I can't find the solution. My bitbucket user is admin and I can madly clone my repository using https using the key "app password"

Atlantis version: v0.25.0

image

image

image

Reproduction Steps

deploy atlantis server: https://www.runatlantis.io/docs/deployment.html webhook bitbucket: https://www.runatlantis.io/docs/configuring-webhooks.html#bitbucket-cloud-bitbucket-org

Logs

image

Environment details

Additional Context

mvazconsuelo commented 1 year ago

At the moment you have to set --repo- allowlist="*" it worked for me that way, I don't know if it's right