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

add Local variant #31

Open
minrk opened this issue May 26, 2020 · 0 comments
Open

add Local variant #31

minrk opened this issue May 26, 2020 · 0 comments

Comments

@minrk
Copy link
Member

minrk commented May 26, 2020

Proposed change

define a LocalFirstUseAuthenticator that creates system users. Most authenticators (OAuthenticator and friends) support this, and it generally consists of:

class LocalFirstUseAuthenticator(FirstUseAuthenticator, LocalAuthenticator):
    pass

Alternative options

reimplement local users another way

Who would use this feature?

users of FirstUseAuthenticator with the default Spawner or systemd or other system-user-requiring spawner. See jupyterhub/jupyterhub#2948

(Optional): Suggest a solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant