Skip to content

Conversation

@enj
Copy link
Contributor

@enj enj commented Feb 22, 2019

The token_endpoint only supports GET and POST requests. This mimics the behavior of oc.

The token_endpoint only supports GET and POST requests.  This mimics the behavior of oc.
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 22, 2019

// Make sure we can talk to the token endpoint.
req, err = http.NewRequest(http.MethodHead, metadata.Token, nil)
req, err = http.NewRequest(http.MethodHead, metadata.Token + "/implicit", nil)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to check that the token endpoint doesn't end in a slash?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It cannot.

@enj
Copy link
Contributor Author

enj commented Feb 22, 2019

Console is crash looping: openshift/cluster-authentication-operator#81

@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Feb 22, 2019

@enj: The following tests failed for commit 8aec182, say /retest to rerun them:

Test name Details Rerun command
ci/prow/backend link /test backend
ci/prow/console-e2e link /test console-e2e
ci/prow/images link /test images

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@enj enj closed this Feb 22, 2019
@spadgett
Copy link
Member

replaced by #1216

/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants