Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 1.58 KB

README.MD

File metadata and controls

6 lines (6 loc) · 1.58 KB
23 Set tls version and allowed ciphers for etcd, kube-api
Task weight 6%
Cluster default
Acceptance criteria kube-api:
  - tls cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  - tls min version 1.3

etcd:
  - tls cipher = TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384