Bug 2006013
Summary: | Clarification on additionalTrustBundle parameter which doesn't work as expected | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | aygarg |
Component: | Documentation | Assignee: | Chinmayi Chandrasekhar <cchandra> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Gaoyun Pei <gpei> |
Severity: | low | Docs Contact: | Latha S <lmurthy> |
Priority: | medium | ||
Version: | 4.6 | CC: | aos-bugs, bpickard, gpei, jokerman, kgarriso, lmurthy, mkrejci, sdodson, wking |
Target Milestone: | --- | ||
Target Release: | 4.6.z | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-11-16 16:48:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
aygarg
2021-09-20 17:05:11 UTC
(In reply to aygarg from comment #0) > However, in my testing for a customer's use-case, I added the > "additionalTrustBundle" parameter only for a custom CA that needs to be > trusted and avoided the "proxy" parameter since the proxy wasn't required. Previous report of this as surprising behavior in bug 1771564, which we'd addressed by landing installer-side docs [1]: If `additionalTrustBundle` and at least one `proxy` setting are configured, the `cluster` Proxy object will be configured with `trustedCA` referencing the additional trust bundle. But I don't see similar wording in openshift-docs, in either of the two locations I'd expect to mention it [2,3]. I'm moving this bug to docs so they can add similar wording in their more official, more discoverable repository. And I'm moving the version back to 4.6 (our oldest, currently-supported version) because this is how the installer has always treated this property. [1]: https://github.com/openshift/installer/pull/3039/files [2]: https://github.com/openshift/openshift-docs/blame/2ff0a7d0016de46dbca9e09de952c5794e7249a8/modules/installation-configure-proxy.adoc#L114-L121 [3]: https://github.com/openshift/openshift-docs/blame/2ff0a7d0016de46dbca9e09de952c5794e7249a8/modules/installation-configuration-parameters.adoc#L445 Bug 2009629 is also up in this space, and may result in refined suggestions for install-config for transparent proxies. The installer's doc string quoted in comment 1 would still apply, so I don't think this doc work needs to block on bug 2009629, but it might be worth giving some time for bug 2009629 to reach consensus before moving on the docs front. |