How to allowlist Bitbucket's IP addresses #402
-
Hi! The installation guide says to
But how do we actually do this? I tried setting this in the values.yaml to see that atlantis would stop working. But atlantis was still working. Meaning this is not the place to set the ip addresses
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ah, looks like that The reason atlantis was working even when I did not include bitbucket ip addresses is that the webhook was sending requests to the |
Beta Was this translation helpful? Give feedback.
-
Is this the correct list of Bitbucket IP addresses to allow? *** taken from: https://support.atlassian.com/organization-administration/docs/ip-addresses-and-domains-for-atlassian-cloud-products/#Outgoing-Connections The atlantis docs says to look at
|
Beta Was this translation helpful? Give feedback.
Ah, looks like that
loadBalancerSourceRanges
is the correct place to set it.The reason atlantis was working even when I did not include bitbucket ip addresses is that the webhook was sending requests to the
ingress
address directly. I changed the webhook to send request to theservice
loadBalancer.ingress.ip
instead and now I'm able to control which ip address can go through it