aws-toolkit-azure-devops icon indicating copy to clipboard operation
aws-toolkit-azure-devops copied to clipboard

AWS Toolkit for Azure DevOps

Results 141 aws-toolkit-azure-devops issues
Sort by recently updated
recently updated
newest added

When using the AWS Toolkit for Azure DevOps, there is an issue with the default parameters for the CloudFormationCreateOrUpdateStack task. If the pipeline YAML is created without specifying the "capabilityIAM"...

bug

**Describe the bug** **To reproduce** 1. Azure Pipeline step include two tasks. Script lists the files in workingDirectory and then AWSShellScript to run the script from workingDirectory ``` steps: -...

bug

There is a regular expression that validates the layer arn's on the LambdaDeployFunction@1 task, however this regular expression doesn't seem to deal with multiple layers being specified in the task...

feature-request

**Describe the bug** **To reproduce** I'm using an AWS Service connection in AzDO to run an AWSShellScript task like this: ```yaml steps: - task: AWSShellScript@1 displayName: "Install Secret" inputs: awsCredentials:...

bug
auth

**Is your feature request related to a problem? Please describe.** Hello Team, I am pushing a docker image to the AWS ECR repository using the Azure DevOps pipeline with the...

feature-request

## Description Create a new task `AWSTemporaryCredentials` that use the OIDC token to federate and get temporary AWS Credentials from STS service. ## Motivation This aligns with the security best...

Hi, First of this is more of a question than a bug. Our concern is that tasks will start to fail when the support for the node10 runner is dropped...

## Description This change allows AWS connections from Azure DevOps to use OIDC authentication to AWS instead of stored access tokens. Microsoft also calls this "Workload Identity Federation". ## Motivation...

## Description Adds Node 16 as an execution target for the tasks. ## Motivation Node 10 is removed in the latest release (v3.238.0) of azure-pipelines-agent (the release version that ships...

## Description ## Motivation ## Related Issue(s), If Filed ## Testing ## Checklist - [x] I have read the **README** document - [x] I have read the **CONTRIBUTING** document -...