Taragolis commented on code in PR #37522:
URL: https://github.com/apache/airflow/pull/37522#discussion_r1493801764


##########
airflow/api/auth/backend/kerberos_auth.py:
##########
@@ -64,16 +63,19 @@
 log = logging.getLogger(__name__)
 
 
-CLIENT_AUTH: tuple[str, str] | Any | None = HTTPKerberosAuth(service="airflow")
-
-

Review Comment:
   I can't find any usage of `CLIENT_AUTH` outside of the tests. Maybe it 
intends to be used into the user code, so I move it under the `__getattr__`



-- 
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]

Reply via email to