Skip to content

Commit

Permalink
make the inbound security rule for SSH a no-op
Browse files Browse the repository at this point in the history
By default this won't allow access, but can easily be hacked on
to enable SSH for testing.
  • Loading branch information
tzneal committed Nov 11, 2024
1 parent 954036e commit 1fce673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubetest2/internal/deployers/eksapi/templates/infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ Resources:
- IpProtocol: tcp
FromPort: 22
ToPort: 22
CidrIp: 0.0.0.0/0
CidrIp: 127.0.0.1/32

SSHKeyPair:
Type: AWS::EC2::KeyPair
Expand Down

0 comments on commit 1fce673

Please sign in to comment.