bugraoz93 commented on issue #47055: URL: https://github.com/apache/airflow/issues/47055#issuecomment-2682993217
> Actually, after looking at your PR (the one that introduce the `createToken` endpoint in FAB) we could use that indeed. User would need to use that API to get a JWT token and then use the token to call the Rest API. That would simplify everything I guess. Amazing! Indeed, my idea was to keep it consistent and follow up similar things with `SimpleAuthManager`. Glad to hear it! :) I agree, it can make things straightforward. It can reduce the implementation effort too due to # of integrations. This can support all methods, out of the box. Then we can consider making it more sophisticated and automated. I will include the '/token` endpoint as well. At the end of the PR, it should be ready to integrate into the API without much effort. -- 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]
