alpeshv commented on issue #51362: URL: https://github.com/apache/airflow/issues/51362#issuecomment-2977160304
@edsu Vincent has already implemented it and its part of Airflow main branch so just waiting for it to be released. You can find the code [here](https://github.com/apache/airflow/tree/main/providers/keycloak) I guess your UI Auth is working with Keycloak (or whichever IdP you are using) and its just the api auth you are struggling with. I am using basic auth with an airflow user to get a token from FabAuthProvider and using it to trigger a DAG run for time being. -- 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]
