Skip to content

Commit

Permalink
set jwt at app creation
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jan 6, 2024
1 parent 8e4c1e3 commit 5891acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhub_apps/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def install_jhub_apps(c, spawner_to_subclass):
"JHUB_APP_TITLE": c.JAppsConfig.app_title,
"JHUB_APP_ICON": c.JAppsConfig.app_icon,
"JHUB_JUPYTERHUB_CONFIG": c.JAppsConfig.jupyterhub_config_path,
"JWT_SECRET_KEY": os.environ["JWT_SECRET_KEY"],
"JWT_SECRET_KEY": _create_token_for_service(),

# Temp environment variables for Nebari Deployment
"PROXY_API_SERVICE_PORT": "*",
Expand Down

0 comments on commit 5891acd

Please sign in to comment.