Skip to content

SSL issue with SlackWebhookOperator on K8S #9406

@benbenbang

Description

@benbenbang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind:bugThis is a clearly a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions