dyurchanka commented on issue #53103:
URL: https://github.com/apache/airflow/issues/53103#issuecomment-3062648728
OK, seems JWT is working only for public API /api/v2. For fab API
(/auth/fab/v1/) need to set
auth_backend for fab (before was under api config). For example, I was able
to continue using basic auth for fab API
`
fab:
auth_backends:
airflow.providers.fab.auth_manager.api.auth.backend.basic_auth
`
--
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]