-
Notifications
You must be signed in to change notification settings - Fork 813
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
Fix jupyterhub-idle-culler's permissions - our attempted implementation has failed #2407
Comments
This was referenced Sep 26, 2021
I need to add
|
The reason we need |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we have failed to provide the permissions properly to jupyterhub-idle-culler somehow.
I observe the following in the hub logs after #2395 has merged. I figure this error can show if:
The idle culler could be making a request to /hub/api/info without passing its token. That's not it.
I think it should say something like the following if this is done, but I don't think it is.
JupyterHub itself may fail somehow, for example with some race condition?
The text was updated successfully, but these errors were encountered: