This message was deleted.
# atlantis-community
s
This message was deleted.
p
what version of Atlantis, VCS type and config are you using?
of Atlantis is in debug mode and you see nothing then you might not be hitting Atlantis at all
p
atlantis version 0.23.1, VCS type is bitbucket. I have used helm install to do the deploy. Following is my atlantis.yml file
Copy code
version: 3
automerge: true
delete_source_branch_on_merge: true
parallel_plan: true
parallel_apply: true
projects:
- name: test-atlantis
  branch: /.*/
  dir: .
  workspace: default
  #terraform_version: v1.1.1
  delete_source_branch_on_merge: true
  autoplan:
    when_modified: ["*.tf", "*.tfvars"]
    enabled: true
  apply_requirements: [mergeable, approved]
  workflow: default
workflows:
  default:
    plan:
      steps:
      - init
      - plan:
    apply:
      steps:
      - apply
I do not find any error message. Also, I see that the status code to the webhook URL is 200. The request is hitting the webhook URL but not the atlantis URL. Will whitelisting all the bitbucket IPs in load balancer security groups help here ?
p
if is not open to the public yes
you will need to whitelist all the bitbucket ips
p
Okay. Let me try it
Link https://support.atlassian.com/bitbucket-cloud/docs/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall/ has a list of IPv4 outbound Ips. I understand these are the one which should be whitelisted
p
yes
p
Thank you
I whitelisted all the bitbucket Ips, currently, it is giving me timeout/network error. Also, I logged into the pod where atlantis is running and I see that repos.yml file is created in the folder /etc/atlantis whereas ATLANTIS_DATA_DIR is set to /atlantis-data . Should not the repos.yml file be in the ATLANTIS_DATA_DIR ?
p
no, that is fine
the timeout is what you need to look into, Bitbucket needs to be able to hit the /events endpoint ( https I hope)
p
yes, I am using https.
p
did you get the ingress fixed?
p
No, still it is not working