Skip to content

Commit

Permalink
Increase certificate key size for mesh-to-mesh communication
Browse files Browse the repository at this point in the history
  • Loading branch information
videlov committed Oct 1, 2024
1 parent b5891a3 commit f76afd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/istiooperator/istio-operator-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ spec:
proxyMetadata:
BOOTSTRAP_XDS_AGENT: "true"
CITADEL_SELF_SIGNED_CA_RSA_KEY_SIZE: "4096"
WORKLOAD_RSA_KEY_SIZE: "4096"
tracingServiceName: CANONICAL_NAME_ONLY
defaultProviders:
tracing: []
Expand Down
1 change: 1 addition & 0 deletions internal/istiooperator/istio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ spec:
proxyMetadata:
BOOTSTRAP_XDS_AGENT: "true"
CITADEL_SELF_SIGNED_CA_RSA_KEY_SIZE: "4096"
WORKLOAD_RSA_KEY_SIZE: "4096"
tracingServiceName: CANONICAL_NAME_ONLY
defaultProviders:
tracing: []
Expand Down

0 comments on commit f76afd7

Please sign in to comment.