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
I've made an executive decision NOT to automate SES set-up. The SES set-up is required to send out a transactional email containing a temp password. The temp password email is sent out when users install the Github App. There are a couple of things that need to be done to set this up.
Add verified domain
Add verified email account (sender)
Add verified email account (recipient)
Upload temp password email template.
upload email template:
aws ses create-template --cli-input-json file://email_templates/temp_password.json --region us-east-1
Lastly, the email account and domain are currently hard-coded in the users api go file. This is not good. To make the project reusable across orgs the account and domain should be configurable per environment.
We need to complete the cloudformation automation of baseline infrastructure. Specifically the below:
All the things the enterprise relies on that was originally manually built. Now we will take this as an opporunity to automate.
The text was updated successfully, but these errors were encountered: