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:
Samuel Liu
2020-06-16 19:10:05 +08:00
committed by GitHub
parent f437ac0b27
commit dba645421f
4 changed files with 81 additions and 0 deletions

View File

@@ -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