-
Notifications
You must be signed in to change notification settings - Fork 93
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
[bug] Nebari Logout should also log out of conda-store and grafana #1120
Comments
@costrouc is this still a relevant issue or does this need to be closed? |
@iameskild just tested this, and this is still as issue for conda-store and grafana. We need to investigate how to resolve this. |
@viniciusdc suggested we can solve the grafana portion with https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/auth-proxy/ |
Just confirmed that after shutting down my server after work yesterday and restarting my computer, I was still logged in to conda-store. |
Closing in favour of #2067 :) |
If the user clicks Logout within the /hub/home page of Nebari, they are logged out of JupyterHub and Keycloak but not Conda Store or Grafana (and maybe others).
They should be logged out.
Those services should have a /logout endpoint that accepts a redirect_uri query parameter, and then they need to be added to the
final_logout_uri
chain in Terraform (seeinput_vars.py
how this is already done for Keycloak and tf_extensions).The text was updated successfully, but these errors were encountered: