Skip to content

Comments

Add aws assume role support#551

Merged
ehsandeep merged 3 commits intodevfrom
issue-550-assume-role-support
Aug 17, 2024
Merged

Add aws assume role support#551
ehsandeep merged 3 commits intodevfrom
issue-550-assume-role-support

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
@ehsandeep ehsandeep deleted the issue-550-assume-role-support branch August 17, 2024 05:01
visnetodev pushed a commit to visnetotest/cloudlist that referenced this pull request Dec 7, 2025
* Add aws assume role support

* refactor aws provider

* refactor aws resource fetching to use goroutines
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