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
This depends on #127, but the idea would be to create secured routes (not using the JupyterHub auth) for adding users to the allowlist/denylist solution. The solution should have all of the parameters in the URL so that we can provide HPC facilitators with simple links to approve/deny.
An initial thought would be to generate a random string that we match against in the request to secure it. I'm imagining we format the route such that we can send HPC admins a link like:
This depends on #127, but the idea would be to create secured routes (not using the JupyterHub auth) for adding users to the allowlist/denylist solution. The solution should have all of the parameters in the URL so that we can provide HPC facilitators with simple links to approve/deny.
An initial thought would be to generate a random string that we match against in the request to secure it. I'm imagining we format the route such that we can send HPC admins a link like:
Open to better solutions though
The text was updated successfully, but these errors were encountered: