jupyterhub-example-kerberos icon indicating copy to clipboard operation
jupyterhub-example-kerberos copied to clipboard

Example for experimenting with how JupyterHub can be configured to work with Kerberos

Results 6 jupyterhub-example-kerberos issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/12412109/142169898-f5fc5599-76ba-4f9a-9ff0-247f365285ea.png) The user_options would save in database, so the password would be in database too. I think it will be better to use env directly. For example, self.env['KERBEROS_PASSWORD'] = password.

Hi all, I recently setup a JupyterHub (using default authenticator & spawner). The machine on which JupyterHub is running is setup to check credentials against an AD server and get...

Kerberos (kinit) is very slow ~180 seconds to spawn another container. Messages (note timestamps): ``` kdc_1 | May 30 22:30:04 f34c218f21d9 krb5kdc[12](info): AS_REQ (6 etypes {18 17 16 23 25...

Starting jupyterhubexamplekerberosmaster_kdc_1 ... done Starting jupyterhubexamplekerberosmaster_hubsudo_1 ... Starting jupyterhubexamplekerberosmaster_hub_1 ... done Attaching to jupyterhubexamplekerberosmaster_kdc_1, jupyterhubexamplekerberosmaster_hubsudo_1, jupyterhubexamplekerberosmaster_hub_1 kdc_1 | * Starting Kerberos KDC krb5kdc kdc_1 | ...done. kdc_1 | * Starting...

When I attempt to use sudospawner at http://localhost:8001, I get to the spawner options page and enter the password for the alice user 'alice'. I get the error below. Should...

I'm succesfully using the jupyterhub-example with the extra classes `KerberosPAMAuthenticator` and `KerberosSudoSpawner` on a kerberized system with NFS automounted user folders. It works great! However, initially trying to start a...