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
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
Assessment
This issue has not been assessed yet.