lucianolacurcia commented on PR #21954: URL: https://github.com/apache/airflow/pull/21954#issuecomment-1151347835
> I mean enabling kerberized authentication from airflow to zeppelin. For example if I want to run a paragraph of a zeppelin notebook using curl, I have to use --negotiate and have a valid kerberos ticket loaded in order to hit the zeppelin API. Otherwise I will get 401. So I mean the same but when using airflow. Like https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/stable/connections/hiveserver2.html https://github.com/apache/airflow/blob/main/airflow/providers/apache/hive/hooks/hive.py#L497 Also as a reference: https://airflow.apache.org/docs/apache-airflow/stable/security/kerberos.html -- 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]
