Skip to content

Commit

Permalink
Add back FIXME notes unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 26, 2021
1 parent ea72021 commit efb8ee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tljh/configurer.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ def update_auth(c, config):
be set.
"""
tljh_auth_config = config['auth']

# FIXME: Make sure this is something importable.
# FIXME: SECURITY: Class must inherit from Authenticator, to prevent us
# being used to set arbitrary properties on arbitrary types of objects!
c.JupyterHub.authenticator_class = tljh_auth_config['type']

for auth_key, auth_value in tljh_auth_config.items():
Expand Down

0 comments on commit efb8ee0

Please sign in to comment.