Closed jhannink closed 2 years ago
By the way, my jupyterhub == 2.1.1
and that seemed to be the issue. Using jupyterhub == 1.4.2
resolved the issue for now :smiley:
Any plans on how to proceed with jupyterhub >= 2?
@jhannink I just ran into this problem, you said you had to downgrade the jupyterhub version to make this work?
Yep, downgrading to 1.4.2
solved it for me
@danlester are you able to fix this ASAP? I would love to be able to use this, but cannot because of this issue. What is the point of deploying this and having 403 for others when viewing your dashboard?
Definately, support for jupyterhub
> 2.0
would be cool :smiley:
This is tracked in #96 and I've just added a comment.
I have a strange behaviour when trying to share dashboards with other users on my jupyterhub instance, this does only seem to work between Admin users.
If a non-admin is trying to access a shared dashboard via the Dashboards tab the following happens:
403 : Forbidden You do not have permission to access Server
This is the error log for a non-admin user
vs once I made user
julius-test
an admin via the jupyterhub admin panelConfiguration
jupyterhub
viapip
jupyterhub_config
: Basic config from hereGenericOAuthenticator
to sign in via a self-hosted Keycloak Instance using openid-connect