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

Support JupyterHub 2's fine grained RBAC permissions, and test against Py3.10 and JH2 #160

Merged
merged 3 commits into from
Oct 29, 2021

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    598a88f View commit details
    Browse the repository at this point in the history
  2. Replaced deprecated admin_only with new need_scope

    JupyterHub 2.0 deprecated the admin_only decorator in jupyterhub/jupyterhub#3659. Per the deprecation warning, I'm replacing admin_only with the new needs_scope decorator, using the scope 'admin:users'. In testing, this produced 403 errors for non-admin users as expected.
    csears-hg authored and consideRatio committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    30ac4a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3d07af View commit details
    Browse the repository at this point in the history