This pull request adds a role that allows sending of emails via SES.
💠Motivation and Context
Since only a single account can be verified for a given email domain, cyber.dhs.gov emails can no longer be sent out via SES in the old CyHy account. They must instead be sent via SES in the COOL DNS account, where that domain is now verified. In order for this to happen, there must be a role in the COOL DNS account that can be assumed.
This pull request is linked to cisagov/cyhy-mailer#75, and is the Laurel to cisagov/cyhy_amis#255's Hardy.
🧪 Testing
I successfully sent out the CyHy, CybEx, and BOD 18-01 reports with these changes.
🚥 Types of Changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (causes existing functionality to change)
✅ Checklist
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
🗣 Description
This pull request adds a role that allows sending of emails via SES.
💠Motivation and Context
Since only a single account can be verified for a given email domain,
cyber.dhs.gov
emails can no longer be sent out via SES in the old CyHy account. They must instead be sent via SES in the COOL DNS account, where that domain is now verified. In order for this to happen, there must be a role in the COOL DNS account that can be assumed.This pull request is linked to cisagov/cyhy-mailer#75, and is the Laurel to cisagov/cyhy_amis#255's Hardy.
🧪 Testing
I successfully sent out the CyHy, CybEx, and BOD 18-01 reports with these changes.
🚥 Types of Changes
✅ Checklist