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.
This basically readds a feature to mount external folders into a north tools container. It was removed during the refactoring of the north config (see b0e28fa7).
Example config (under north):
north:
external_mounts:
- host_path: /mnt/pcshare
bind: pcshare
mode: ro
- host_path: /scratch/localDataStore:
bind: localDataStore
mode: rw