stephen-bracken commented on issue #60991: URL: https://github.com/apache/airflow/issues/60991#issuecomment-3794509674
For my use case implementing auth for the HttpOperator is enough, but I think we should consider how we handle kerberos auth to be more generalisable. The HttpOperator is the simplest use case because it can be resolved by passing a `requests_kerberos.HTTPAuthentication` object with the correct service and principle to `HttpOperator.auth_type`. For other use cases we will need to think about how to pass the kerberos ticket into the request. -- 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]
