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

Passing secure string from library

Open samatwork11 opened this issue 4 years ago • 2 comments

Hi,

I'm using "AWS CloudFormation Create/Update Stack" task to deploy and RDS instance. How do I pass a secure string from my library? My cloudformation template is written in YAML

Thanks,

samatwork11 avatar Mar 15 '20 23:03 samatwork11

Hello, you can use either the task amazonwebservices.aws-vsts-tools.SystemsManagerGetParameter.SystemsManagerGetParameter@1 or the AWS CLI task to pull the parameter as a step, then either write it to a file and use it with Template parameters or dereference them in inline Template parameters

hunterwerlla avatar Mar 16 '20 14:03 hunterwerlla

Hi hunterwerlla, how do I use that task amazonwebservices.aws-vsts-tools.SystemsManagerGetParameter.SystemsManagerGetParameter@1?

samatwork11 avatar Mar 19 '20 06:03 samatwork11