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

feat!/auth-step-parameter #55

Merged
merged 5 commits into from
Mar 29, 2023
Merged

feat!/auth-step-parameter #55

merged 5 commits into from
Mar 29, 2023

Conversation

brivu
Copy link
Contributor

@brivu brivu commented Mar 29, 2023

This PR adds the auth parameter to the sam/deploy job, requiring users to customize their authentication method by importing the aws-cli orb and using the aws-cli/setup command to authenticate using static AWS keys or a valid role-arn for OIDC.

@brivu brivu requested a review from a team as a code owner March 29, 2023 19:08
@@ -15,6 +17,9 @@ usage:
deploy_image:
jobs:
- sam/deploy:
auth:
# Configure aws credentials with static keys stored as env_vars (AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY)
Copy link
Contributor

Choose a reason for hiding this comment

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

Reminder that these notes do not render in the orb registry

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I've added them in the example's description as well to be thorough

Copy link
Contributor

@KyleTryon KyleTryon left a comment

Choose a reason for hiding this comment

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

Looks great 👍

@brivu brivu merged commit bc57dbd into master Mar 29, 2023
@brivu brivu deleted the feat/auth-step-parameter branch March 29, 2023 19:30
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.

2 participants