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

feat(SASL-Auth): Now SMTP output may use any SASL Auth mechanisms #341

Merged
merged 1 commit into from
Jul 6, 2022
Merged

feat(SASL-Auth): Now SMTP output may use any SASL Auth mechanisms #341

merged 1 commit into from
Jul 6, 2022

Conversation

Lowaiz
Copy link
Contributor

@Lowaiz Lowaiz commented Jul 4, 2022

Signed-off-by: Lyonel Martinez lyonel.martinez@numberly.com

What type of PR is this?

/kind documentation

/kind feature

Any specific area of the project related to this PR?

/area config

/area outputs

What this PR does / why we need it:

SMTP output may now use any SASL Auth mechanisms from: Plain, OAuth-Bearer, External, Anonymous or may not use any SASL Authentication. Default to Plain.

Breaking change:
- The configuration for SMTP's User/Password is now in the yaml sub-object 'auth' of the SMTP configuration

Which issue(s) this PR fixes:
None

Special notes for your reviewer:

Need some feedbacks on:
- I moved the User/password infos in the 'auth' sub-object, but if we want to avoid breaking changes, I can change the config to flatten it. WDYT ?

@poiana
Copy link

poiana commented Jul 4, 2022

Welcome @Lowaiz! It looks like this is your first PR to falcosecurity/falcosidekick 🎉

@poiana poiana requested review from cpanato and nibalizer July 4, 2022 13:30
@poiana poiana added the size/L label Jul 4, 2022
@Issif
Copy link
Member

Issif commented Jul 4, 2022

I avoid to create breaking changes as much as possible, can you flat the config like you proposed please. I'll review in details right after.

@Lowaiz
Copy link
Contributor Author

Lowaiz commented Jul 4, 2022

can you flat the config like you proposed

Done

@Issif Issif closed this Jul 5, 2022
@Issif
Copy link
Member

Issif commented Jul 5, 2022

/reopen

@poiana poiana reopened this Jul 5, 2022
@poiana
Copy link

poiana commented Jul 5, 2022

@Issif: Reopened this PR.

In response to this:

/reopen

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@Issif Issif added this to In progress in 2.x via automation Jul 5, 2022
@Issif Issif added this to the 2.27.0 milestone Jul 5, 2022
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
outputs/smtp.go Outdated Show resolved Hide resolved
outputs/smtp.go Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
outputs/smtp.go Outdated Show resolved Hide resolved
outputs/smtp.go Outdated Show resolved Hide resolved
outputs/smtp.go Outdated Show resolved Hide resolved
…ne, Plain, OAuth-Bearer, External or Anonymous. Default to Plain.

Updates:
- Fixing the SMTP Format by adding the 'From' header

Signed-off-by: Lyonel Martinez <lyonel.martinez@numberly.com>
@poiana poiana added the lgtm label Jul 6, 2022
@poiana
Copy link

poiana commented Jul 6, 2022

LGTM label has been added.

Git tree hash: 9985cff66ec7db8a268e1f26f7410c03a70dd9d3

@poiana
Copy link

poiana commented Jul 6, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Issif, Lowaiz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@poiana poiana added the approved label Jul 6, 2022
@poiana poiana merged commit bbbce46 into falcosecurity:master Jul 6, 2022
2.x automation moved this from In progress to Done Jul 6, 2022
Lowaiz added a commit to Lowaiz/charts that referenced this pull request Jul 26, 2022
In prevision of sidekick version bump.
falcosecurity/falcosidekick#341

Signed-off-by: Lyonel Martinez <lyonel.martinez@numberly.com>
Lowaiz added a commit to Lowaiz/charts that referenced this pull request Jul 26, 2022
feat(alertmanager-extra-fields): Updates values and secrets for AlertManager extra labels and annotations.

In prevision of sidekick version bump.
falcosecurity/falcosidekick#341
falcosecurity/falcosidekick#347

Signed-off-by: Lyonel Martinez <lyonel.martinez@numberly.com>
Lowaiz added a commit to Lowaiz/charts that referenced this pull request Jul 29, 2022
feat(alertmanager-extra-fields): Updates values and secrets for AlertManager extra labels and annotations.

In prevision of sidekick version bump.
falcosecurity/falcosidekick#341
falcosecurity/falcosidekick#347

Signed-off-by: Lyonel Martinez <lyonel.martinez@numberly.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
2.x
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants