rawwar commented on issue #49453: URL: https://github.com/apache/airflow/issues/49453#issuecomment-2820103492
@dstandish , including jwt token is mandatory even when AIRFLOW__CORE__SIMPLE_AUTH_MANAGER_ALL_ADMINS is set to True. In this case, we need to get the token from `/auth/token` and use it @pierrejeambrun , what do you think of extending `OAuth2PasswordBearer` to include additional case where we allow users to make API calls without auth header only when using SAM with AIRFLOW__CORE__SIMPLE_AUTH_MANAGER_ALL_ADMINS=True? -- 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]
