Skip to content

Commit

Permalink
callysto: add fixme note to cleanup custom authenticator class
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 9, 2023
1 parent 14d4b5e commit 46d9e30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/clusters/callysto/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jupyterhub:
{% endblock %}
hub:
extraConfig:
# FIXME: If the following issues are resolved, we should remove this
# custom authenticator class and use CILogonOAuthenticator
# directly instead.
#
# https://github.com/jupyterhub/oauthenticator/issues/547
# https://github.com/jupyterhub/oauthenticator/issues/692
#
001-cilogon-email-auth: |
from fnmatch import fnmatch
Expand Down

0 comments on commit 46d9e30

Please sign in to comment.