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

[frontend] Unresponsive logout button in pipeline runs page #15

Open
chensun opened this issue Oct 27, 2023 · 4 comments
Open

[frontend] Unresponsive logout button in pipeline runs page #15

chensun opened this issue Oct 27, 2023 · 4 comments

Comments

@chensun
Copy link
Member

chensun commented Oct 27, 2023

/kind bug

What steps did you take and what happened:
image

What did you expect to happen:
Not sure what to expect. The button looks like a logout button, but sure if it even makes sense to exist.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Environment:

  • Kubeflow version: 1.8-rc.5 (likely an old issue exist with 1.7 as well)
  • kfctl version: N/A
  • Kubernetes platform: GCP
  • Kubernetes version: N/A
  • OS: N/A
@chensun
Copy link
Member Author

chensun commented Oct 27, 2023

Note: I don't think this is a blocker for 1.8 release. Probably a P2 at best.

@chensun chensun changed the title [frontend] Unresponsive button at right top corner in pipeline runs page [frontend] Unresponsive logout button in pipeline runs page Oct 27, 2023
@AndersBennedsgaard
Copy link

Is this specific to the pipelines tab, or does it (not) happen on every tab?

The dashboard POSTs to the LOGOUT_URL when you click it and expects the return body to include a afterLogoutURL, so if you use anything other than the oidc-authservice the button might look like it does nothing, but depending on what authentication service you use, your session will get invalidated, but the request won't redirect the browser to anywhere else (I use the OAuth2 proxy and have this issue, so I created #57)

The issue is explained here: https://github.com/kubeflow/manifests/tree/master/common/oidc-client/oauth2-proxy#issues-with-this-setup

@andreyvelich
Copy link
Member

/transfer dashboard

@google-oss-prow google-oss-prow bot transferred this issue from kubeflow/kubeflow Nov 11, 2024
Copy link

@chensun: The label(s) kind/bug cannot be applied, because the repository doesn't have them.

In response to this:

/kind bug

What steps did you take and what happened:
image

What did you expect to happen:
Not sure what to expect. The button looks like a logout button, but sure if it even makes sense to exist.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Environment:

  • Kubeflow version: 1.8-rc.5 (likely an old issue exist with 1.7 as well)
  • kfctl version: N/A
  • Kubernetes platform: GCP
  • Kubernetes version: N/A
  • OS: N/A

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Low priority
Development

No branches or pull requests

3 participants