-
Notifications
You must be signed in to change notification settings - Fork 1
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
Auto deploy when images are published #226
base: main
Are you sure you want to change the base?
Conversation
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.
Looks good! One small in-line request and another pre-merge request to create GH tickets for AWS CI user creation.
.github/workflows/deploy.yml
Outdated
- id: auth | ||
name: Authenticate to STS | ||
run: | | ||
mfa_serial="arn:aws:iam::${{vars.AWS_ACCOUNT_NUMBER}}:mfa/gh-action" |
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.
gh-action
should be an environment variable.
I see mfa/gh-action is tied to your AWS username. From our Slack conversation, we need another GH Ticket to track creating an AWS user that is isolated for this GH Action CI pipeline, and that would have its own mfa/, which would be great if its editable as an env var.
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.
done
Fixes #225