Correct the POLY1305 cipher suites by adding the suffix _SHA256 (#10641)

This commit is contained in:
yun
2024-01-23 01:00:52 +08:00
committed by GitHub
parent de2c4429a4
commit 13e1f33898
5 changed files with 7 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ tls_min_version: VersionTLS12
tls_cipher_suites:
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
# enable encryption at rest
kube_encrypt_secret_data: true