mik-laj commented on issue #48798: URL: https://github.com/apache/airflow/issues/48798#issuecomment-2789467547
Do you mean to implement [Client Credentials Flow](https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2#client-credentials-flow)? We can add it, but currently Airflow doesn't have any storage to store temporary keys, so in practice this means that a new key has to be generated every time it's needed, so it is a rare case of Airflow using a token that has already expired. If you are interested in contributing I can review it, but please add documentation and specify which specific flow is supported by Airflow. -- 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]
