Bug 1700052 - authentication operator status flaps with '404 Not Found' on well-known
Summary: authentication operator status flaps with '404 Not Found' on well-known
Keywords:
Status: CLOSED DUPLICATE of bug 1700046
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: apiserver-auth
Version: 4.1.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: ---
Assignee: Erica von Buelow
QA Contact: Chuan Yu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-04-15 17:06 UTC by Matt Rogers
Modified: 2019-04-15 17:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-04-15 17:09:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Matt Rogers 2019-04-15 17:06:36 UTC
Appears on CI:

$ curl -s https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_cluster-api-actuator-pkg/59/pull-ci-openshift-cluster-api-actuator-pkg-master-e2e-aws-operator/174/artifacts/e2e-aws-operator/installer/.openshift_install.log | grep 'Install complete'
time="2019-04-15T12:24:49Z" level=info msg="Install complete!"
$ curl -s https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_cluster-api-actuator-pkg/59/pull-ci-openshift-cluster-api-actuator-pkg-master-e2e-aws-operator/174/artifacts/e2e-aws-operator/events.json | jq -r '.items | sort_by(.firstTimestamp)[] | .firstTimestamp + " " + .lastTimestamp + " " + .metadata.namespace + " " + .message' | grep '404 Not Found'
2019-04-15T12:16:56Z 2019-04-15T12:22:56Z openshift-authentication-operator (combined from similar events): Status for operator authentication changed: Progressing changed from False to True ("Progressing: got '404 Not Found' status while trying to GET the OAuth well-known https://172.30.0.1/.well-known/oauth-authorization-server endpoint data"),Available changed from True to False ("")
2019-04-15T12:23:00Z 2019-04-15T12:23:00Z openshift-authentication-operator Status for operator authentication changed: Progressing changed from False to True ("Progressing: got '404 Not Found' status while trying to GET the OAuth well-known https://172.30.0.1/.well-known/oauth-authorization-server endpoint data"),Available changed from True to False ("")

https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_cluster-api-actuator-pkg/59/pull-ci-openshift-cluster-api-actuator-pkg-master-e2e-aws-operator/174

$ curl -s https://storage.googleapis.com/origin-ci-test/pr-logs/pull/22486/pull-ci-openshift-origin-master-e2e-aws/7186/artifacts/e2e-aws/installer/.openshift_install.log | grep 'Install complete'
time="2019-04-15T08:45:35Z" level=info msg="Install complete!"
$ curl -s https://storage.googleapis.com/origin-ci-test/pr-logs/pull/22486/pull-ci-openshift-origin-master-e2e-aws/7186/artifacts/e2e-aws/events.json | jq -r '.items | sort_by(.firstTimestamp)[] | .firstTimestamp + " " + .lastTimestamp + " " + .metadata.namespace + " " + .message' | grep '404 Not Found'
2019-04-15T08:39:45Z 2019-04-15T08:46:03Z openshift-authentication-operator (combined from similar events): Status for operator authentication changed: Progressing changed from False to True ("Progressing: got '404 Not Found' status while trying to GET the OAuth well-known https://172.30.0.1/.well-known/oauth-authorization-server endpoint data"),Available changed from True to False ("")

https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/22486/pull-ci-openshift-origin-master-e2e-aws/7186

Comment 1 Matt Rogers 2019-04-15 17:09:03 UTC

*** This bug has been marked as a duplicate of bug 1700046 ***


Note You need to log in before you can comment on or make changes to this bug.