Skip to content

OSDOCS-15209:tlsSecurityProfileParmFix #95849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: enterprise-4.19
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions modules/microshift-default-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,15 @@ apiServer:
subjectAltNames: []
tls:
cipherSuites:
- ""
- TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
minVersion: VersionTLS12
debugging:
logLevel: "Normal"
Expand Down Expand Up @@ -65,14 +73,7 @@ ingress:
wildcardPolicy: WildcardPolicyAllowed
status: Managed
tlsSecurityProfile:
type: Custom
custom:
ciphers:
- ECDHE-ECDSA-CHACHA20-POLY1305
- ECDHE-RSA-CHACHA20-POLY1305
- ECDHE-RSA-AES128-GCM-SHA256
- ECDHE-ECDSA-AES128-GCM-SHA256
minTLSVersion: VersionTLS12
type: Intermediate
tuningOptions:
clientFinTimeout: "1s"
clientTimeout: "30s"
Expand Down
1 change: 0 additions & 1 deletion modules/microshift-ingress-controller-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ ingress:
minTLSVersion:""
intermediate: {}
old: {}
type: ""
tuningOptions:
clientFinTimeout: 1s
clientTimeout: 30s
Expand Down