jason810496 commented on issue #42360:
URL: https://github.com/apache/airflow/issues/42360#issuecomment-2680812942

   I will start with the Config endpoint first and provide an update here 
before working on the other endpoints. I’ll also list all the necessary 
endpoints later.  
   
   Before proceeding further, I’d like to double-check something. After 
reviewing #44884, it seems that we might need a general middleware or a 
`Depends` function (in FastAPI) as an authentication layer to read the Bearer 
token from authorization request headers. This authentication layer should 
leverage the `AuthManager` initialized in the FastAPI app (accessible via 
`request.app.state.auth_manager`).


-- 
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