Skip to content
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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

freddieptf
Copy link
Collaborator

Fixes #225

@freddieptf freddieptf requested a review from Hareet November 18, 2024 16:44
@freddieptf freddieptf marked this pull request as ready for review November 18, 2024 16:45
Copy link
Member

@Hareet Hareet left a 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.

- id: auth
name: Authenticate to STS
run: |
mfa_serial="arn:aws:iam::${{vars.AWS_ACCOUNT_NUMBER}}:mfa/gh-action"
Copy link
Member

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

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

Successfully merging this pull request may close these issues.

Automate Deployment with GitHub Actions for Helm
2 participants