aws / aws-toolkit-azure-devops

AWS Toolkit for Azure DevOps
Other
249 stars 106 forks source link

15 Minute Token Time out at AWS Shell Script task #429

Open dirkjkb opened 3 years ago

dirkjkb commented 3 years ago

Describe the bug When running the AWS Shell Script task after 15 Minutes the calls will abort because of the End of Life of the Token.

To reproduce Build pipeline with an AWS Shell Script task. in this task make a loop that makes a call every minute with the cli and the call after 15 Minutes will throw a Time out (The security token included in the request is expired)

Expected behavior The Token exiration period is longer than 15 Minutes or it can be set in the Task.

Your Environment