Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
I did two things. First, added a route for testing: http://nomad-lab.eu/dev/north will be passed to nomad-utils.esc:8000. You can use this directly to test with a jupyter container. Or you can setup an nginx on nomad-utils to try out the static routes.
Second, I upgraded the existing route for http://nomad-lab.eu/dev/rae for websockets. This is used for traffic that goes into nomad installations deployed to our dev-cluster by CI/CD. The requests go nomad-lab.eu proxy -> *-nomad ingres -> *-nomad-gui pod -> nomad-utils machine.
After some testing with http://nomad-lab.eu/dev/north and figuring out the static routing (#13 (closed)), we need to adapt the ingres and gui pod setup on the nomad-FAIR helm templates. This should be a new issue or part of #13 (closed).