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

Conda Store Authentication Mechanism #62

Closed
costrouc opened this issue Jun 3, 2021 · 0 comments · Fixed by #97
Closed

Conda Store Authentication Mechanism #62

costrouc opened this issue Jun 3, 2021 · 0 comments · Fixed by #97

Comments

@costrouc
Copy link
Member

costrouc commented Jun 3, 2021

Conda-store needs to have an authentication mechanism. The first step would be to make conda-store integrate with jupyterhub.

There would be a general authentication class similar to jupyterhub that will authenticate a given user and return user and groups that they are a member of.

Then a simple authorization mechanism would be added. Each namespace has read, write, list permissions.

A preliminary authorization mechanism would be read-only if username != namespace and namespace not in groups.

Would require token based authentication and oauth client authenticaiton.

Depends on #61.

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

Successfully merging a pull request may close this issue.

1 participant