aws-toolkit-azure-devops
aws-toolkit-azure-devops copied to clipboard
AWS Toolkit for Azure DevOps
Azure Devops AWS script is falsely causing script to fail with error: ##[error]Error: The process ‘/bin/bash’ failed because one or more lines were written to the STDERR stream this is...
I am using task `S3Upload@1` in my yaml running in Azure DevOps. When I set `createBucket` to `true` as below: ``` - task: S3Upload@1 inputs: awsCredentials: testserviceconnection regionName: us-east-1 bucketName:...
I installed the plugin in the organization (marketplace marked as installed) I go to the organization, then project and fill the access key id and secret, and also the connection...
**Is your feature request related to a problem? Please describe.** Users have been using the AWS Tools for Powershell task just to get AWS credentials in a Powershell environment **Describe...
Customer request: support adding multiple tags at a time with the ECR Push task. * Commas are allowed in tags, so a comma-separated list is not ideal * Potentially use...
**Describe the bug** **To reproduce** When the task entry is using an inline script like this: ``` - task: AWSShellScript@1 displayName: "Environment Setup" inputs: awsCredentials: ${{ parameters.serviceConnection }} scriptType: inline...
While this toolkit supports the HTTP_PROXY and HTTPS_PROXY environment variables, it does not support the NO_PROXY environment variable. In a corporate environment, this can cause issues when your transfer needs...
**Describe the bug** We want to use awscodeartifact to retrieve a token that can later be used to access private aws repositorys. Therefore we run a aws command that should...
**Describe the bug** Unable to clear out session token from Azure DevOps's service connection, if it was previously assigned. I have to delete and recreate the service connection to get...
**Describe the bug** Unable to use ECRPullImage task to pull an image from public AWS ECR repository **To reproduce** Steps to reproduce the behavior: 1. use this task definition: -...