Bug 1901057
Summary: | authentication operator health check failed when installing a cluster behind proxy | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
Component: | apiserver-auth | Assignee: | Standa Laznicka <slaznick> |
Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.7 | CC: | aos-bugs, mfojtik, sttts, tsze, xxia |
Target Milestone: | --- | Keywords: | Regression, TestBlocker |
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-24 15:35:48 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
Johnny Liu
2020-11-24 11:37:04 UTC
The proxy CA cert should be present in "openshift-authentication-operator/trusted-ca-bundle" but it is not. The curl command work because you passed `-k` which suppress the TLS validation. > The proxy CA cert should be present in "openshift-authentication-operator/trusted-ca-bundle" but it is not.
My proxy is a *http* proxy, no any CA cert for it.
And more interesting things is 4.6 have no such problem. Even some earlier night build, such as: 4.7.0-0.nightly-2020-11-18-085225 BTW, I am not sure if this has something with Bug 1901034. This is a new check which is why you're seeing errors. I'm assuming there is a bug but I did not get to looking for it yet. Verified this bug with 4.7.0-0.nightly-2020-12-12-195258, and passed. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:5633 |