apache/airflow-client-python

Kerberos Authentication Support

yd302148 opened this issue · 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

.

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

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