Skip to content

Commit

Permalink
Non-default forward_auth for now
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Sep 18, 2024
1 parent c8c8f5b commit cc10c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/health_central.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def set_traefik_proxy():
pod_id = pod_id_section
logger.critical(f"pod_id: {pod_id}, tapis_domain: {tapis_domain}, net_info: {net_info}")
forward_auth_info = {
"tapis_auth": net_info.get('tapis_auth', True),
"tapis_auth": net_info.get('tapis_auth', False),
"auth_url": f"https://{tapis_domain}/v3/pods/{pod_id}/auth",
"tapis_auth_response_headers": net_info.get('tapis_auth_response_headers', []),
}
Expand Down

0 comments on commit cc10c8c

Please sign in to comment.