Skip to content

Instantly share code, notes, and snippets.

View mfernest's full-sized avatar

Michael Ernest mfernest

  • August Data
  • San Francisco Bay Area
  • 02:20 (UTC -07:00)
  • LinkedIn in/michaelernest
View GitHub Profile
@kagesenshi
kagesenshi / krbspawner.py
Created January 22, 2016 03:56
Jupyterhub Spawner with Kerberos keytabs
# to use this, set REALM to your KRB realm, and create keytabs for each user in
# /etc/security/keystabs/<username>.jupyter.keytab
#
# Save this file in your site-packages directory as krbspawner.py
#
# then in /etc/jupyterhub_config.py, set:
#
# c.JupyterHub.spawner_class = 'krbspawner.KerberosSpawner'