You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to gain more reliability into delivery of Data.gov's harvest report emails, agency data managers want data.gov to move to a new email service compatible with cloud.gov and non-GSA domains.
Acceptance Criteria
GIVEN I run cf login -a api.fr.cloud.gov --sso and authenticate
AND I run cf target -o gsa-datagov -s <development|staging|production>
WHEN I run cf marketplace
THEN I see an AWS SES service and plans listed
GIVEN I run cf login -a api.fr.cloud.gov --sso and authenticate
AND I run cf target -o gsa-datagov -s <development|staging|production>
WHEN I run cf create-service csb-aws-ses common datagov-ses -p
THEN I see the instance is running
AND I can cf bind-service <app-name> <instance-name>
AND I can see SMTP credentials for the AWS SES instance in cf env <app-name>
AND I can see a successful mail delivery when I use those credentials for sending mail.
User Story
In order to gain more reliability into delivery of Data.gov's harvest report emails, agency data managers want data.gov to move to a new email service compatible with cloud.gov and non-GSA domains.
Acceptance Criteria
cf login -a api.fr.cloud.gov --sso
and authenticateAND I run
cf target -o gsa-datagov -s <development|staging|production>
WHEN I run
cf marketplace
THEN I see an AWS SES service and plans listed
cf login -a api.fr.cloud.gov --sso
and authenticateAND I run
cf target -o gsa-datagov -s <development|staging|production>
WHEN I run
cf create-service csb-aws-ses common datagov-ses -p
THEN I see the instance is running
AND I can
cf bind-service <app-name> <instance-name>
AND I can see SMTP credentials for the AWS SES instance in
cf env <app-name>
AND I can see a successful mail delivery when I use those credentials for sending mail.
Background
#507
This could happen via a PR to csb-brokerpak-aws, but we need to weigh that route's compliance impact vs other options, if any.
Security Considerations (required)
This will be a new brokered service provided by the SSB. We will need to extend our SSP content to include SES wherever we already reference Solr.
Sketch
The text was updated successfully, but these errors were encountered: