eladkal commented on code in PR #63704:
URL: https://github.com/apache/airflow/pull/63704#discussion_r2939451856
##########
providers/databricks/src/airflow/providers/databricks/hooks/databricks_base.py:
##########
@@ -696,7 +698,7 @@ def _get_k8s_token_request_api(self) -> str:
"Content-Type": "application/json",
},
json=self._build_k8s_token_request_payload(audience,
expiration_seconds),
- verify=False, # K8s in-cluster uses self-signed certs
+ verify=K8S_CA_CERT_PATH,
Review Comment:
In that case I suggest to add a comment in the top of the provider changelog
explaining what you wrote here so users will be advised of what they need to do
should they are impacted. We can release a feature/patch version with the note
--
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]