Katharina Höflich
Katharina Höflich
This is the NativeAuthenticator configuration I am currently using, ```yaml hub: config: JupyterHub: authenticator_class: nativeauthenticator.NativeAuthenticator admin_access: false Authenticator: admin_users: - admin1 NativeAuthenticator: enable_signup: true minimum_password_length: 10 check_common_password: true ask_email_on_signup: false...
I do have a potentially related problem, i.e. `conda init bash` executed by an unprivileged user does not succeed anymore... which causes one of my Docker container images to be...
It seems to help to put e.g. `metallb-system.svc` into the set of`no_proxy` variables ``` $ cat /etc/environment ... NO_PROXY=127.0.0.1,::1,localhost,10.152.183.0/24,10.1.0.0/16,metallb-system.svc no_proxy=127.0.0.1,::1,localhost,10.152.183.0/24,10.1.0.0/16,metallb-system.svc ... ``` as suggested somewhere above and in [this](https://github.com/metallb/metallb/issues/1597) metallb...
There is https://saltire.lti.app/, which provides an [LTI platform](https://saltire.lti.app/platform) and [LTI tool](https://saltire.lti.app/tool) endpoint for testing LTI setups on both ends. Yesterday, I have suggested colleagues of mine to use it to...