Skip to content

Commit

Permalink
Turn on control plane security for sds (istio#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitlv2109 authored and istio-testing committed Nov 11, 2019
1 parent c6b613c commit 1d64e69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/mesh/testdata/profile-dump/output/sds_policy_off.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ values:
s390x: 2
certificates: []
configValidation: true
controlPlaneSecurityEnabled: false
controlPlaneSecurityEnabled: true
defaultNodeSelector: {}
defaultPodDisruptionBudget:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion data/profiles/sds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
enabled: true
values:
global:
controlPlaneSecurityEnabled: false
controlPlaneSecurityEnabled: true
mtls:
enabled: true
sds:
Expand Down
2 changes: 1 addition & 1 deletion pkg/vfs/assets.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/profiles/helm/values-istio-sds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
telemetryNamespace: istio-system
policyNamespace: istio-system

controlPlaneSecurityEnabled: false
controlPlaneSecurityEnabled: true

mtls:
# Default setting for service-to-service mtls. Can be set explicitly using
Expand Down

0 comments on commit 1d64e69

Please sign in to comment.