Skip to content

Commit 0b7d35a

Browse files
push for jenkins
1 parent d1e9e80 commit 0b7d35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def authentication():
160160
tapis_token = auth_token.replace('Bearer ', '')
161161
logger.debug(f"found auth header; setting environ X-Tapis-Token to {tapis_token}")
162162
# modify the WSGI environment directly
163-
# wsgi requires headers be uppercase, no dashes, and prefixed with HTTP_
163+
# wsgi requires headers be uppercase, no dashes, and prefixed with 'HTTP_'
164164
request.environ['HTTP_X_TAPIS_TOKEN'] = tapis_token
165165
except Exception as e:
166166
logger.error(f"found auth header, but failed to parse it; exception: {e}")

0 commit comments

Comments
 (0)