benbenbang opened a new issue #9406: URL: https://github.com/apache/airflow/issues/9406
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: [email protected]
