tirkarthi opened a new pull request, #60274: URL: https://github.com/apache/airflow/pull/60274
When a request is authenticated the user object is created from jwt token twice in the middleware layer and in the GetUserDep dependency resolution. Each token maps to a single user and hence cache the token's id to the user object so that it's reused. closes #60265 -- 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]
