pierrejeambrun commented on code in PR #64219:
URL: https://github.com/apache/airflow/pull/64219#discussion_r3000574494


##########
airflow-core/src/airflow/api_fastapi/core_api/security.py:
##########
@@ -140,6 +140,13 @@ async def get_user(
         token_str = bearer_credentials.credentials
     elif oauth_token:
         token_str = oauth_token
+    elif request.headers.get("authorization"):

Review Comment:
   +1 for a reproduction scenario that we are trying to solve as Jason 
mentioned. For now it looks like we are trying to solve something that isn't a 
real use case.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to