Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to use ssl_context extra for SMTP and IMAP connections #33112

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Aug 4, 2023

The previous changes #33070 and #33108 added configuration parameters to allow "ssl_context" to be configured "per installation of airflow".

The ssl_context extras allow to override the system-wide setting with extras configured per-connection.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

The previous changes apache#33070 and apache#33108 added configuration parameters
to allow "ssl_context" to be configured "per installation of airflow".

The ssl_context extras allow to override the system-wide setting with
extras configured per-connection.
@potiuk potiuk changed the title Add possibility to add "ssl_context" extra for SMTP and IMAP connections Add possibility to use "ssl_context" extra for SMTP and IMAP connections Aug 4, 2023
@potiuk
Copy link
Member Author

potiuk commented Aug 4, 2023

cc: @hussein-awala , @eladkal -> if we also want extras for "ssl_contex" for SMTP and IMAP as of now - the PR is green and has test coverage :)

@eladkal eladkal changed the title Add possibility to use "ssl_context" extra for SMTP and IMAP connections Add possibility to use ssl_context extra for SMTP and IMAP connections Aug 4, 2023
@eladkal eladkal merged commit cf7e0c5 into apache:main Aug 4, 2023
42 checks passed
@potiuk potiuk deleted the add-ssl-extra-context branch November 17, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants