You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/07 00:42:36 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #13516: Add verity_ssl config for kubernetes

kaxil commented on a change in pull request #13516:
URL: https://github.com/apache/airflow/pull/13516#discussion_r553045491



##########
File path: airflow/kubernetes/kube_client.py
##########
@@ -58,6 +58,11 @@ def _get_client_with_patched_configuration(cfg: Optional[Configuration]) -> clie
         else:
             return client.CoreV1Api()
 
+    def _disable_verity_ssl() -> None:

Review comment:
       ```suggestion
       def _disable_verify_ssl() -> None:
   ```




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org