Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openshift auth logout not behaving #6381

Closed
jmazzitelli opened this issue Jul 20, 2023 · 2 comments · Fixed by #6385
Closed

openshift auth logout not behaving #6381

jmazzitelli opened this issue Jul 20, 2023 · 2 comments · Fixed by #6385
Assignees
Labels
backlog Triaged Issue added to backlog bug Something isn't working

Comments

@jmazzitelli
Copy link
Collaborator

Molecule test is failing since July 18, 2023. It was passing before that.

To see the failure, log into a OpenShift cluster and then run: ./hack/run-molecule-tests.sh -dorp podman -ce $(which oc) -ct openshift -at openshift-auth-test

error:

"Status code was 502 and not [204]: HTTP Error 502: Bad Gateway", "redirected": false, "status": 502, "url": "https://kiali-istio-system.apps.ocp4.local/api/logout"}

It seems before we were returning status code 204, but now a 502 is resulting from the call to Kiali's api/logout.

@jmazzitelli jmazzitelli added the bug Something isn't working label Jul 20, 2023
@jmazzitelli
Copy link
Collaborator Author

@jmazzitelli
Copy link
Collaborator Author

I ran the molecule test build from commit 03bbe49 (which is the commit just prior to PR #6279) and the molecule test passes.

So that PR introduced the problem. The api/logout is responding with 502 when before it was 204 (204 is, I believe, the correct response)

@jmazzitelli jmazzitelli added the backlog Triaged Issue added to backlog label Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Triaged Issue added to backlog bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants