Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Add Amazon SES (Simple Email Service) #16

Merged
merged 7 commits into from
May 13, 2021
Merged

Add Amazon SES (Simple Email Service) #16

merged 7 commits into from
May 13, 2021

Conversation

FuhuXia
Copy link
Member

@FuhuXia FuhuXia commented May 6, 2021

It output a SMTP server address, username and password.

Also added github actions in .github/workflows to release a new brokerpak file upon a new tag is created.

Copy link

@mogul mogul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's clean up stray comments and remove any GSA-specific naming for resources. Then once #20 is merged, we can also limit the set of examples that are used in testing.

.github/workflows/test.yml Outdated Show resolved Hide resolved
aws-ses.yml Outdated Show resolved Hide resolved
terraform/ses/provision/main.tf Outdated Show resolved Hide resolved
terraform/ses/provision/main.tf Outdated Show resolved Hide resolved
terraform/ses/provision/outputs.tf Outdated Show resolved Hide resolved
terraform/ses/provision/outputs.tf Outdated Show resolved Hide resolved
@FuhuXia FuhuXia requested a review from mogul May 11, 2021 16:40
@mogul
Copy link

mogul commented May 11, 2021

#20 is merged now... Can you rebase?

Copy link

@mogul mogul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be good to go after a rebase based on #20

Comment on lines +38 to +44
- name: Set the instance name for subsequent steps
# Use an instance name that corresponds to this particular branch+run.
# Docs for this method:
# https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
run: |
INSTANCE_NAME="$(echo ci-${{ github.event.pull_request.number }}-${GITHUB_RUN_ID})"
echo "INSTANCE_NAME=${INSTANCE_NAME}" | tee -a $GITHUB_ENV
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This env var is used in the Makefile for the eks-brokerpak and datagov-brokerpak, but it has no purpose here, so these lines can be removed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants