Skip to content

Commit f247ce0

Browse files
author
Ted Avery
committed
OSDOCS-15209:tlsSecurityProfileParmFix
1 parent b96f809 commit f247ce0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/microshift-default-settings.adoc

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,15 @@ apiServer:
3333
subjectAltNames: []
3434
tls:
3535
cipherSuites:
36-
- ""
36+
- TLS_AES_128_GCM_SHA256
37+
- TLS_AES_256_GCM_SHA384
38+
- TLS_CHACHA20_POLY1305_SHA256
39+
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
40+
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
41+
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
42+
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
43+
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
44+
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
3745
minVersion: VersionTLS12
3846
debugging:
3947
logLevel: "Normal"
@@ -65,14 +73,7 @@ ingress:
6573
wildcardPolicy: WildcardPolicyAllowed
6674
status: Managed
6775
tlsSecurityProfile:
68-
type: Custom
69-
custom:
70-
ciphers:
71-
- ECDHE-ECDSA-CHACHA20-POLY1305
72-
- ECDHE-RSA-CHACHA20-POLY1305
73-
- ECDHE-RSA-AES128-GCM-SHA256
74-
- ECDHE-ECDSA-AES128-GCM-SHA256
75-
minTLSVersion: VersionTLS12
76+
type: Intermediate
7677
tuningOptions:
7778
clientFinTimeout: "1s"
7879
clientTimeout: "30s"

modules/microshift-ingress-controller-config.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ ingress:
6969
minTLSVersion:""
7070
intermediate: {}
7171
old: {}
72-
type: ""
7372
tuningOptions:
7473
clientFinTimeout: 1s
7574
clientTimeout: 30s

0 commit comments

Comments
 (0)