Skip to content

Project whitelist for JupyterHub deployment

Amit Rathi requested to merge amit1rrr/gitlab-ce:restrict-jupyter-login into master

What does this MR do?

Only allow users with Developer+ access to the project to login to JupyterHub application created under that project.

What are the relevant issue numbers?

52536

Testing

Apart from the automated tests I manually verified the login functionality for following cases:

  • User not part of the project - Login forbidden
  • User with guest access to project - Login forbidden
  • User with Developer access to project - Login succeeds

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports