Bug 1676537
| Summary: | kubapiserver.operator.openshift.io contains unsupportedConfigOverrides for oauth | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Justin Pierce <jupierce> |
| Component: | apiserver-auth | Assignee: | Erica von Buelow <evb> |
| Status: | CLOSED ERRATA | QA Contact: | Chuan Yu <chuyu> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | aos-bugs, slaznick, sponnaga |
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-04 10:44:00 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: | |||
Should be solved by https://github.com/openshift/cluster-authentication-operator/pull/59 Verified.
$ oc get kubeapiserver cluster -o jsonpath={.spec.unsupportedConfigOverrides}
<nil>
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.0.0-0.nightly-2019-02-26-125216 True False 26m Cluster version is 4.0.0-0.nightly-2019-02-26-125216
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, 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/RHBA-2019:0758 |
Description of problem: kubapiserver.operator.openshift.io/cluster contains the section: ---- unsupportedConfigOverrides: oauthConfig: masterCA: /etc/kubernetes/static-pod-resources/configmaps/client-ca/ca-bundle.crt masterPublicURL: https://rhcos-starter-int-1-api.cr.openshift.com:6443 masterURL: https://rhcos-starter-int-1-api.cr.openshift.com:6443 ---- Version-Release number of selected component (if applicable): oc v4.0.0-0.164.0 How reproducible: 100% after clean install. Steps to Reproduce: 1. Install a 4.0 cluster. 2. `oc edit kubeapiserver cluster` and check unsupportedConfigOverrides 3. Actual results: There are oauth settings. Expected results: This setting should be reserved for customer settings. Additional info: Unless this field is empty after an install, it becomes effectively impossible for a customer to programmatically manage necessary overrides.