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

Add aws assume role support #551

Merged
merged 3 commits into from
Aug 17, 2024
Merged

Add aws assume role support #551

merged 3 commits into from
Aug 17, 2024

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented Aug 1, 2024

- # provider is the name of the provider
  provider: aws
  # id is the name of the provider id
  id: staging
  # aws_access_key is the access key for AWS account
  aws_access_key: AKIAXXXXXXXXXXXXXX
  # aws_secret_key is the secret key for AWS account
  aws_secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  # aws_session_token session token for temporary security credentials retrieved via STS (optional)
  aws_session_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  # assume_role_name is the name of the role to assume (optional)
  assume_role_name: xxxxxxxx
  # account_ids is the aws account ids which has similar assumed role name (optional)
  account_ids:
    - xxxxxxxxxxx
    - xxxxxxxxxxx

@RamanaReddy0M RamanaReddy0M self-assigned this Aug 1, 2024
@RamanaReddy0M RamanaReddy0M linked an issue Aug 1, 2024 that may be closed by this pull request
@ehsandeep ehsandeep requested review from dogancanbakir and removed request for ShubhamRasal August 14, 2024 06:55
Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

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

ehsandeep

This comment was marked as outdated.

@ehsandeep ehsandeep merged commit 4857f68 into dev Aug 17, 2024
8 checks passed
@ehsandeep ehsandeep deleted the issue-550-assume-role-support branch August 17, 2024 05:01
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.

Assume role credential support + fetch for aws
3 participants