Skip to content

Commit

Permalink
Back to _tapis_pods
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Nov 21, 2024
1 parent f392105 commit bf15805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/api_pods_podid_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ async def pod_auth(pod_id_net, request: Request):
display_name = client_display_name,
description = client_description,
_x_tapis_tenant = tapis_tenant,
_x_tapis_user = "tapis_pods",
_x_tapis_user = "_tapis_pods",
_tapis_debug = True
)
except BadRequestError as e: # Exceptions in 3 shouldn't have e.message (only e.args), but this one does.
Expand All @@ -396,7 +396,7 @@ async def pod_auth(pod_id_net, request: Request):
display_name = client_display_name,
description = client_description,
_x_tapis_tenant = tapis_tenant,
_x_tapis_user = "tapis_pods",
_x_tapis_user = "_tapis_pods",
_tapis_debug = True
)
# Assuming you want to return a success response after updating
Expand Down

0 comments on commit bf15805

Please sign in to comment.