An error occurred while fetching the assigned milestone of the selected merge_request.
feat: smime signed notification emails
Compare changes
- Diego Louzán authored
- add spec for action_mailer_hooks
+ 46
− 0
Add a new optional ActionMailer interceptor that signs all outgoing emails with SMIME
letter_opener_web
does not play nice with the signed emails, so they cannot currently be checked in development. Opened https://github.com/fgrehm/letter_opener_web/issues/96 to track this (check the attached screenshots in there).Corresponding MR on omnibus for the new smime configuration params: omnibus-gitlab!3514 (merged)
Issue for adding new config parameters to k8s chart: https://gitlab.com/charts/gitlab/issues/1533
Issue for supporting eliptic curve keys: https://gitlab.com/gitlab-org/gitlab-ce/issues/66439
The development of this MR is sponsored by siemens (/cc @bufferoverflow).
If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:
@gitlab-com/gl-security/appsec
- add spec for action_mailer_hooks