Eason09053360 commented on PR #62177: URL: https://github.com/apache/airflow/pull/62177#issuecomment-3928185313
I also has one question for Regarding line 40 in `airflow/api_fastapi/execution_api/routes/__init__.py`: I noticed we are using# type: ignore for the dependency injection here. I was wondering if we could use Depends(JWTBearer()) instead? Would you be open to this change, or is there a specific design reason for the current implementation? -- 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]
