diff --git a/service/api_pods_podid_func.py b/service/api_pods_podid_func.py index 6f00152..b60bdf1 100644 --- a/service/api_pods_podid_func.py +++ b/service/api_pods_podid_func.py @@ -370,7 +370,7 @@ async def pod_auth(pod_id_net, request: Request): oauth2_url = f"https://{tapis_domain}/v3/oauth2/authorize?client_id={client_id}&redirect_uri={auth_callback_url}&response_type=code" - logger.debug(f"GET /pods/{pod_id_net}/auth - pod-auth, headers: {request.headers}, request.cookies: {request.cookies}, tenant_id: {g.request_tenant_id}, derived_tenant_id: {tenant_id}, site_id: {g.site_id}") + logger.debug(f"GET /pods/{pod_id_net}/auth - pod-auth, headers: {request.headers}, request.cookies: {request.cookies}, tenant_id: {g.request_tenant_id}, derived_tenant_id: {tapis_tenant}, site_id: {g.site_id}") # Create tapis client or update tapis client if needed try: