Skip to content
Snippets Groups Projects
Commit 4adafc90 authored by Hampus Naesstroem's avatar Hampus Naesstroem
Browse files

Resolve "Which keycloak config not passed to NORTH"

parent 675a93bf
No related branches found
No related tags found
1 merge request!2415Resolve "Which keycloak config not passed to NORTH"
......@@ -306,6 +306,7 @@ async def start_tool(
'NOMAD_CLIENT_USER': user.username,
'NOMAD_CLIENT_ACCESS_TOKEN': access_token,
'NOMAD_CLIENT_URL': config.api_url(ssl=config.services.https_upload),
'NOMAD_oasis_uses_central_user_management': config.oasis.uses_central_user_management,
},
'user_home': {
'host_path': os.path.join(config.fs.north_home_external, user.user_id),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment