Skip to content

Commit 0f294c3

Browse files
committed
Disable ssh by default
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent def3545 commit 0f294c3

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)