oboki commented on code in PR #30310:
URL: https://github.com/apache/airflow/pull/30310#discussion_r1149268417


##########
airflow/providers/docker/operators/docker.py:
##########
@@ -186,6 +187,7 @@ def __init__(
         tls_ca_cert: str | None = None,
         tls_client_cert: str | None = None,
         tls_client_key: str | None = None,
+        tls_verify: bool | None = None,

Review Comment:
   @hussein-awala Thank you for your careful review. As suggested, I modified 
it to accept only bool types.
   
   How about setting the default value to `True` as it was?



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