Hide Forgot
Description of problem: Recently CCO removed the oidcdiscoveryendpoin controller. The oidcduscivertendpoint controller needed some AWS S3 permissions to perform its tasks and that was requested/granted through the CredentailsRequest named cloud-credential-operator-s3. When the oidcdiscoverendpoint controller was removed, the CredentialsRequest piece was not removed. Version-Release number of selected component (if applicable): latest How reproducible: 100% Steps to Reproduce: 1. Install a nightly OpenShift 2. oc get credentialsrequest -n openshift-cloud-credential-operator cloud-credential-operator-s3 3. Actual results: The object exists. Expected results: The object doesn't exist. Additional info: PR where oidcdiscoveryendpoint controller was removed: https://github.com/openshift/cloud-credential-operator/pull/276
I didn't realize CredentialsRequest cloud-credential-operator-s3-creds is used for oidcdiscoveryendpoin controller. Verified on release:4.7.0-0.nightly-2020-12-17-201522 it has removed. $oc get credentialsrequest -n openshift-cloud-credential-operator cloud-credential-operator-s3 Error from server (NotFound): credentialsrequests.cloudcredential.openshift.io "cloud-credential-operator-s3" not found
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