airflow-client-python icon indicating copy to clipboard operation
airflow-client-python copied to clipboard

Kerberos Authentication Support

Open yd302148 opened this issue 3 years ago • 1 comments

Hello,

I would like to ask if the current airflow python client supports the use of kerberos authentication? I see that the kerberos section in the README.md document is empty, and it seems that only the basic_auth function is implemented in the code https://github.com/apache/airflow-client-python/blob/99b3d15620e543cf7b01da8f076bb78ae3eb9b71/airflow_client/client/configuration.py#L398 .

Could you please give me some code examples if kerberos is available? thanks.

yd302148 avatar Jul 07 '22 08:07 yd302148

Yes. you need to extend the class and add your own authentication if you want to use Kerberos.

potiuk avatar Jul 07 '22 13:07 potiuk