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: updated docker and helm for assume role config #152

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vaibhav7797
Copy link
Member

feat: updated docker and helm for using it by assume role setup

role-session-name: github
aws-region: ${{ inputs.aws_region }}

- name: Verify awscli
Copy link
Member

Choose a reason for hiding this comment

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

Add if condiation based on aws

Comment on lines +99 to +103
- name: Configure aws credentials
uses: aws-actions/[email protected]
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-session-token: ${{ secrets.AWS_SESSION_TOKEN }}
role-to-assume: ${{ secrets.BUILD_ROLE }}
role-to-assume: ${{ inputs.assume_role_arn }}
role-session-name: github
Copy link
Member

Choose a reason for hiding this comment

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

Dont remove aws scret key authetication method

@vaibhav7797 vaibhav7797 requested review from h1manshu98 and removed request for h1manshu98 September 20, 2024 11:03
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