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

rm critical rule, add logging to remaining fw-rules #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

OldPatrick
Copy link

DSDE-347: add fw rule logging / rm critical fw rule

Goal

From the JIRA-Ticket:

I want to

a) add default firewall rule logging to a terraform template of cloud foundation

b) remove fw-allow-all-iap rule as it opens up all ports and is flagged by GCP projects in general

In order to:

for a) do not need to care for our own vpc Infrastructure but do not suffer from “Medium”GCP vulnerabilities due to missing logging in several projects

for b) do not suffer from “High” GCP vulnerabilities due to open ports

Since the fw rules will always be updated, when we update our tf template, and we do that quite often recently, we want to have a universal solution, so that we do not need to turn on logging manually for fw rules every time we push a new template

Key takeaways (max 3):

  • fw rules have logging activated by default (solving medium vulnerabilities in GCP)
  • deleted fw rule with all open ports for iap (solving high vulnerability in GCP)

@OldPatrick OldPatrick requested a review from a team as a code owner October 29, 2024 13:50
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

Successfully merging this pull request may close these issues.

1 participant