GoogleCloudPlatform / GoogleCloudPlatform/pubsec-declarative-toolkit

Flip perimeter prod firewall deny rule for ssh:22 to allow - during dev - or flip name to deny to block

Open
#75 1 comment 0 reactions 1 assignee Claimed by @cartyc View on GitHub
Landing Zone Solution
Dominant language
Shell
Stars
36
Forks
26
PR merge metrics
No merged PRs in 30d

Description

Once we get a range or single tunnel proxy or bastion/IAP access going we can flip back to deny

- https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/blob/main/solutions/landing-zone/environments/common/firewall/public-perimeter-firewall.yaml#L53
- https://github.com/GoogleCloudPlatform/pbmm-on-gcp-onboarding/blob/main/environments/common/prod-public-perimeter-firewall.auto.tfvars#L49
```
spec:
description: Allow SSH Connections from the internet
direction: INGRESS
deny:
- protocol: tcp
ports:
- "22"
sourceRanges:
- 0.0.0.0/0
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.