Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Nov 22, 2024
1 parent 96f57a1 commit 553b62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions service/api_pods_podid_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from tapisservice.tapisfastapi.utils import g, ok
from tapisservice.config import conf
from __init__ import t, BadRequestError
from models_templates_tags import combine_pod_and_template_recursively


from tapisservice.logs import get_logger
Expand Down
2 changes: 1 addition & 1 deletion service/templates/traefik-template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http:
service: pods-service
query: "/error-handler/{status}"

{% for pname, pdata in http_proxy_info.items() -%}
{% for pname, pdata in http_proxy_info.items() -%}
{% if pdata.tapis_auth -%}
tapis-auth-{{ pname }}:
forwardAuth:
Expand Down

0 comments on commit 553b62c

Please sign in to comment.