microsoft / azure-pipelines-terraform

Azure Pipelines tasks for installing Terraform and running Terraform commands in a build or release pipeline.
MIT License
101 stars 61 forks source link

AWS Federated Account usage #87

Open DanielsonZI opened 2 years ago

DanielsonZI commented 2 years ago

Hello,

I am trying to make Terraform tasks in pipeline to create resources in AWS. Our organization is limited to use of federated accounts.

Federated accounts have temporary Access key ID, Access key secret along with Access key token. AFAIK this kind of access id has default life span of 4 hours.

Is there any possibility to specify access key token, so the tasks will reuse it? We are okay to parametrize these 3 values and enter them at the start of pipeline execution.

mericstam commented 2 years ago

Hi, I will put this issue on our internal tracking board so the product owner can prioritize it. Br Manuel

bhojan commented 1 year ago

Any Updates on this request.