mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-20 20:50:12 -03:30
ADD tls cipher suites support (#6024)
* ADD tls cipher suites support yaml lint yamllint * update test case * update test case
This commit is contained in:
@@ -28,3 +28,7 @@ enable_nodelocaldns: false
|
||||
|
||||
kube_oidc_url: https://accounts.google.com/.well-known/openid-configuration
|
||||
kube_oidc_client_id: kubespray-example
|
||||
|
||||
tls_min_version: "VersionTLS12"
|
||||
tls_cipher_suites:
|
||||
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
||||
|
||||
Reference in New Issue
Block a user