-
Notifications
You must be signed in to change notification settings - Fork 109
Description
Describe the bug
Running shell script in Azure Devops pipeline is failing with below error intermittently-
2024-07-15T05:35:32.5689287Z An error occurred (InvalidSignatureException) when calling the ListImages operation: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
To reproduce
Steps to reproduce the behavior:
- Go to Azure Devops Pipeline and Create a task using AmazonWebServices.aws-vsts-tools.AWSShellScript.AWSShellScript
- Call a script from repo/inline shell script
- Run pipeline
- See intermittent error -
2024-07-15T05:35:32.5689287Z An error occurred (InvalidSignatureException) when calling the ListImages operation: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
Expected behavior
Task executed successfully
Screenshots
Your Environment
- On-prem or cloud based: Cloud based
- Azure DevOps version: Version Dev19.M241.1 (AzureDevOps_M241_20240710.23)
- AWS Toolkit for Azure DevOps version:1.14.0 (Latest)
Additional context