-
Notifications
You must be signed in to change notification settings - Fork 52
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] - Only superadmin can login #593
Comments
While trying to update the feedstock I bumped into a feedstock CI issue line: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=785272&view=logs&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=986b1512-c876-5f92-0d81-ba851554a0a3&l=904 |
I think the Internal Server Error is now fixed by nebari-dev/nebari#2028. Eskild and I tested this fix together yesterday. Later, Eskild also couldn't repro. More context: the error is in nebari, not in conda-store. The reason it appeared after an update is because we're not careful about our public interfaces. nebari ships with a custom conda-store config ( |
Describe the bug
After upgrading to the 2023.9.1 release, only superadmin on nebari can log in to conda-store. Everyone else gets a
Internal Sever Error
when they click log in.This will have an effect on #582 but this issue is describing a critical NEW behavior.
Expected behavior
I expect non-admins are able to log in.
How to Reproduce the problem?
superadmin
group.Internal Server Error
..
superadmin
group.Output
No response
Versions and dependencies used.
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: