-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[upcloud] Add firewall default deny policy and port allowlisting #9058
[upcloud] Add firewall default deny policy and port allowlisting #9058
Conversation
Hi @Ajarmar. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @Ajarmar , thanks for this contribution, please address the CI job failure, it looks like a linting error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good overall. I would like to see some small changes 🙂
c705573
to
0b21ffa
Compare
0b21ffa
to
8c7e85f
Compare
Fixed linting error and made changes according to feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this, just one question.
/ok-to-test
family = "IPv4" | ||
protocol = firewall_rule.value | ||
source_address_end = "94.237.40.9" | ||
source_address_start = "94.237.40.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where those IP addresses come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These IP addresses are UpCloud's DNS servers. You can see them listed on this page on UpCloud's website.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your explanation, I got it.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ajarmar Thank you 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ajarmar, floryut The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Added firewall default deny policy (required upgrading the Terraform provider to v2.5.0) and port allowlisting
Special notes for your reviewer:
When enabling firewall default deny policy, UpCloud's DNS servers are allowlisted automatically.
Does this PR introduce a user-facing change?: