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

fix(notify): fix tls condition in mail channel #1388

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

xiaosuiba
Copy link
Contributor

What type of PR is this?
/kind bug

What this PR does / why we need it:
Currently the code use port as a flag to check whether tls has been enabled in mail channel while there is an real tls flag exists in channel configuration. This pr will shifting from using port to using the tls field in channel configuration.

Which issue(s) this PR fixes:

Fixes #1384

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@xiaosuiba xiaosuiba requested a review from kevinfeng as a code owner June 23, 2021 07:19
@huxiaoliang huxiaoliang merged commit 0b1f13f into tkestack:master Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to send alert messages via mail with tls enabled on a port other than 465
2 participants