1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

MCO114: tlsSecurityProfile parameter for MCO & MCS

This commit is contained in:
Michael Burke
2024-09-05 10:11:45 -04:00
committed by openshift-cherrypick-robot
parent 57649512ac
commit 95da315d00
2 changed files with 18 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ To configure a TLS security profile for the control plane, edit the `APIServer`
* OpenShift OAuth API server * OpenShift OAuth API server
* OpenShift OAuth server * OpenShift OAuth server
* etcd * etcd
* Machine Config Operator
* Machine Config Server
If a TLS security profile is not configured, the default TLS security profile is `Intermediate`. If a TLS security profile is not configured, the default TLS security profile is `Intermediate`.
@@ -152,3 +154,18 @@ Spec:
Min TLS Version: VersionTLS12 Min TLS Version: VersionTLS12
... ...
---- ----
* Verify that the TLS security profile is set in the Machine Config Server pod:
+
[source,terminal]
----
$ oc logs machine-config-server-5msdv -n openshift-machine-config-operator
----
+
.Example output
[source,terminal]
----
# ...
I0905 13:48:36.968688 1 start.go:51] Launching server with tls min version: VersionTLS12 & cipher suites [TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256]
# ...
----

View File

@@ -13,7 +13,7 @@ Cluster administrators can choose which TLS security profile to use for each of
* the Ingress Controller * the Ingress Controller
* the control plane * the control plane
+ +
This includes the Kubernetes API server, Kubernetes controller manager, Kubernetes scheduler, OpenShift API server, OpenShift OAuth API server, OpenShift OAuth server, and etcd. This includes the Kubernetes API server, Kubernetes controller manager, Kubernetes scheduler, OpenShift API server, OpenShift OAuth API server, OpenShift OAuth server, etcd, the Machine Config Operator, and the Machine Config Server.
+ +
// NOTE: OpenShift controller manager are not included // NOTE: OpenShift controller manager are not included