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 2020/06/19 13:34:57 UTC

[GitHub] [airflow] benbenbang opened a new issue #9407: SSL Issue on K8S with SlackWebhookOperator

benbenbang opened a new issue #9407:
URL: https://github.com/apache/airflow/issues/9407


   Recently our team is testing all the days to check everything will work fine on airflow on k8s. However, one of the issues we didn't have before is that the SSL issue happens in the POD. The only one for us to fix it is turn on `verify=True` for all the HTTP related hook. But except SlackWebhookOperator, it was hardcoded with proxy and cannot take any extra option anymore.
   
   https://airflow.apache.org/docs/stable/_modules/airflow/contrib/hooks/slack_webhook_hook.html
   
   If there's no PR for this, I would like to open a PR to do a quick enhancement on this operator. Advice and any other comments are all welcome. Thanks in advance.


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



[GitHub] [airflow] benbenbang commented on issue #9407: SSL Issue on K8S with SlackWebhookOperator

Posted by GitBox <gi...@apache.org>.
benbenbang commented on issue #9407:
URL: https://github.com/apache/airflow/issues/9407#issuecomment-646675926


   Thanks, PR created :) 
   
   https://github.com/apache/airflow/pull/9409
   


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



[GitHub] [airflow] mik-laj commented on issue #9407: SSL Issue on K8S with SlackWebhookOperator

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #9407:
URL: https://github.com/apache/airflow/issues/9407#issuecomment-646650741


   Hello, 
   
   Any contribution is greatly appreciated.
   
   If you do not feel confident in OSS, then I invite you to read the guide.
   https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst
   
   Cheers


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



[GitHub] [airflow] benbenbang closed issue #9407: SSL Issue on K8S with SlackWebhookOperator

Posted by GitBox <gi...@apache.org>.
benbenbang closed issue #9407:
URL: https://github.com/apache/airflow/issues/9407


   


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