Skip to content
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

Update Firewall IP Addresses for Load Balancing Health Check #127

Open
satomi1911 opened this issue Oct 31, 2023 · 1 comment
Open

Update Firewall IP Addresses for Load Balancing Health Check #127

satomi1911 opened this issue Oct 31, 2023 · 1 comment

Comments

@satomi1911
Copy link

Currently, for the health check of Load Balancing, the firewall allows the following IP addresses:

209.85.204.0/22
209.85.152.0/22
130.211.0.0/22
35.191.0.0/16

Reference: https://github.com/bschaatsbergen/terraform-gce-atlantis/blob/main/main.tf#L437

However, for the Load Balancing configuration we have, which is for the Global external Application Load Balancer, the required addresses for health check are:

35.191.0.0/16
130.211.0.0/22

Reference: https://cloud.google.com/load-balancing/docs/health-check-concepts?hl=ja#ip-ranges

Could we update the firewall settings to remove the unnecessary IP addresses or overwrite them on the calling side?

@bschaatsbergen
Copy link
Contributor

We definitely can @satomi1911 - thanks for raising this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants