Skip to content

Commit 369b530

Browse files
BZ2006013: add a line which clarifies why additionalbundletrust does not work without proxy
1 parent 175fce1 commit 369b530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/installation-configure-proxy.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ ifdef::vsphere,vmc[]
162162
You must include vCenter's IP address and the IP range that you use for its machines.
163163
endif::vsphere,vmc[]
164164
<4> If provided, the installation program generates a config map that is named `user-ca-bundle` in
165-
the `openshift-config` namespace that contains one or more additional CA
166-
certificates that are required for proxying HTTPS connections. The Cluster Network
167-
Operator then creates a `trusted-ca-bundle` config map that merges these contents
168-
with the {op-system-first} trust bundle, and this config map is referenced in the `trustedCA` field of the `Proxy` object. The `additionalTrustBundle` field is required unless
165+
the `openshift-config` namespace to hold the additional CA
166+
certificates. If you provide `additionalTrustBundle` and at least one proxy setting, the `Proxy` object is configured to reference the `user-ca-bundle` config map in the `trustedCA` field. The Cluster Network
167+
Operator then creates a `trusted-ca-bundle` config map that merges the contents specified for the `trustedCA` parameter
168+
with the {op-system} trust bundle. The `additionalTrustBundle` field is required unless
169169
the proxy's identity certificate is signed by an authority from the {op-system} trust
170170
bundle.
171171
If you use an MITM transparent proxy network that does not require additional proxy configuration but requires additional CAs, you must provide the MITM CA certificate.

0 commit comments

Comments
 (0)