Skip to content

Commit 6a7520e

Browse files
authored
Merge pull request #7837 from zalando-incubator/disable-ssh-internet
Disable ssh by default
2 parents eb60e99 + 0f294c3 commit 6a7520e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/config-defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ auditlog_metric_dimensions: "authorization_decision"
804804
auditlog_read_access: "false"
805805

806806
# allow ssh access for internal VPC IPs only
807-
ssh_vpc_only: "false"
807+
ssh_vpc_only: "true"
808808

809809
# configure custom dns zone
810810
custom_dns_zone: "" # zone name e.g. example.org

0 commit comments

Comments
 (0)