Merge pull request #15576 from jmhbnz/document-cipher-config

Document defining ciphers in example etcd config file
This commit is contained in:
Benjamin Wang 2023-03-29 09:51:27 +08:00 committed by GitHub
commit b4c2f9b291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,3 +138,9 @@ force-new-cluster: false
auto-compaction-mode: periodic
auto-compaction-retention: "1"
# Limit etcd to a specific set of tls cipher suites
cipher-suites: [
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
]