You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our authenticators default to allowing all authenticated users if no set of allowed users are configured.
I think this default should change to not allow all authenticated users in those situations. At the same time, it should be possible to allow all authenticated users.
To accomplish this, I suggest we don't allow any user unless explicitly allowed by some config, and then also introduce the allow_all config defaulting to False, allowing all users to be allowed.
consideRatio
changed the title
Discussion: stop allowing all authenticated users by default
[All] Stop allowing all authenticated users by default
Jun 22, 2023
Our authenticators default to allowing all authenticated users if no set of allowed users are configured.
I think this default should change to not allow all authenticated users in those situations. At the same time, it should be possible to allow all authenticated users.
To accomplish this, I suggest we don't allow any user unless explicitly allowed by some config, and then also introduce the
allow_all
config defaulting to False, allowing all users to be allowed.Related
allow_all
config in the Authenticator base class, Authenticator config to toggle allowing users by default (when no other allow config is specified) jupyterhub#4484The text was updated successfully, but these errors were encountered: