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

AWSShellScript Failing with InvalidSignatureException intermittently in Azure Devops #556

Open
prashankprince opened this issue Jul 18, 2024 · 1 comment

Comments

@prashankprince
Copy link

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:

  1. Go to Azure Devops Pipeline and Create a task using AmazonWebServices.aws-vsts-tools.AWSShellScript.AWSShellScript
  2. Call a script from repo/inline shell script
  3. Run pipeline
  4. 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

@prashankprince
Copy link
Author

I am not getting this error after changing agent to MacOS from Linux

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

No branches or pull requests

1 participant