Skip to content

Commit c86ce0c

Browse files
authored
Merge pull request #96802 from ShaunaDiaz/OSDOCS-15583
OSDOCS-15583: removed ciphers from default yaml MicroShift
2 parents c2e0b1a + 39646ae commit c86ce0c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

modules/microshift-default-settings.adoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,7 @@ apiServer:
3333
subjectAltNames: []
3434
tls:
3535
cipherSuites:
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
36+
- ""
4537
minVersion: VersionTLS12
4638
debugging:
4739
logLevel: "Normal"

0 commit comments

Comments
 (0)