Skip to content

Commit 255de05

Browse files
author
Michael Burke
committed
Document limitation in [Spike] Secure MCS Endpoint MCO-59
1 parent e158462 commit 255de05

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

modules/installation-about-custom-azure-vnet.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,14 @@ The network security group rules must be in place before you install the cluster
9999
|
100100
|===
101101

102-
[NOTE]
103-
====
104-
Since cluster components do not modify the user-provided network security groups, which the Kubernetes controllers update, a pseudo-network security group is created for the Kubernetes controller to modify without impacting the rest of the environment.
105-
====
102+
include::snippets/mcs-endpoint-limitation.adoc[]
103+
104+
Because cluster components do not modify the user-provided network security groups, which the Kubernetes controllers update, a pseudo-network security group is created for the Kubernetes controller to modify without impacting the rest of the environment.
105+
106+
.Additional resources
107+
108+
* xref:../../networking/openshift_sdn/about-openshift-sdn.adoc#about-openshift-sdn[About the OpenShift SDN network plugin]
109+
106110

107111
[id="installation-about-custom-azure-permissions_{context}"]
108112
== Division of permissions

modules/machine-config-operator.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ There are four components:
1818
* `machine-config-daemon`: Applies new machine configuration during update. Validates and verifies the state of the machine to the requested machine configuration.
1919
* `machine-config`: Provides a complete source of machine configuration at installation, first start up, and updates for a machine.
2020

21+
include::snippets/mcs-endpoint-limitation.adoc[]
22+
23+
.Additional resources
24+
25+
* xref:../networking/openshift_sdn/about-openshift-sdn.adoc#about-openshift-sdn[About the OpenShift SDN network plugin].
26+
2127
[discrete]
2228
== Project
2329

security/certificate_types_descriptions/machine-config-operator-certificates.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ toc::[]
1010

1111
Machine Config Operator certificates are used to secure connections between the Red Hat Enterprise Linux CoreOS (RHCOS) nodes and the Machine Config Server.
1212

13+
include::snippets/mcs-endpoint-limitation.adoc[]
14+
15+
.Additional resources
16+
17+
* xref:../../networking/openshift_sdn/about-openshift-sdn.adoc#about-openshift-sdn[About the OpenShift SDN network plugin].
18+
19+
1320
== Management
1421

1522
These certificates are managed by the system and not the user.

snippets/mcs-endpoint-limitation.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Text snippet included in the following modules:
2+
//
3+
// * modules/installation-about-custom-azure-vnet.adoc
4+
// * modules/machine-config-operator.adoc
5+
// * security/certificate_types_descriptions/machine-config-operator-certificates.adoc
6+
7+
:_content-type: SNIPPET
8+
9+
[IMPORTANT]
10+
====
11+
Currently, there is no supported way to block or restrict the machine config server endpoint. The machine config server must be exposed to the network so that newly-provisioned machines, which have no existing configuration or state, are able to fetch their configuration. In this model, the root of trust is the certificate signing requests (CSR) endpoint, which is where the kubelet sends its certificate signing request for approval to join the cluster. Because of this, machine configs should not be used to distribute sensitive information, such as secrets and certificates.
12+
13+
To ensure that the machine config server endpoints, ports 22623 and 22624, are secured in bare metal scenarios, customers must configure proper network policies.
14+
====

0 commit comments

Comments
 (0)