-
Notifications
You must be signed in to change notification settings - Fork 99
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
Alert encrypt email #1070
Alert encrypt email #1070
Conversation
If the recipient_credential for an email alert is set and not "0" send it to gvmd.
When modiyfing and creating an alert pass the recipient_credential method data to gsad.
When displaying the details of an alert with email method display a link to the credential used for encryption. Currently the name of the credential isn't been shown because the name isn't included and must be queried from the backend additionally.
Diffentiate between sending an encrypted and not encrypted email when displaying the method type for an email alert at the alert list page.
Allow to select a smime or pgp credential for email encryption in alerts.
Update Alert component to allow creating and changing a credential for encrypting emails when sending an alert.
Closes #916 |
Codecov Report
@@ Coverage Diff @@
## master #1070 +/- ##
==========================================
- Coverage 13.77% 13.76% -0.01%
==========================================
Files 823 823
Lines 26689 26713 +24
Branches 5609 5628 +19
==========================================
+ Hits 3677 3678 +1
- Misses 21560 21582 +22
- Partials 1452 1453 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Javascript part looks good to me
Allow to encrypt emails send by alerts via setting a pgp or smime credential.