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

Fix bug in implementation of not yet released basic_auth config #601

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

consideRatio
Copy link
Member

@consideRatio consideRatio commented Apr 21, 2023

See the linked issue for details. I think this fixes a bug that would surface for someone trying to configure basic_auth directly (not via environment variables). If they would set it to True it would act as if it was set to False and the other way around.

We believe this fixes a bug introduced in a refactoring PR that hasn't yet been released.

@consideRatio consideRatio changed the title maint: fix non-symptomatic bug in implementation of basic_auth config maint: fix bug in implementation of basic_auth config Apr 21, 2023
@consideRatio consideRatio changed the title maint: fix bug in implementation of basic_auth config Fix bug in implementation of not yet released basic_auth config Apr 21, 2023
@consideRatio consideRatio removed the bug label Apr 21, 2023
@consideRatio consideRatio merged commit 274bfd6 into jupyterhub:main Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A likeley issue with basic_auth default value for all authenticators but generic
2 participants