jenkinsci / amazon-ecs-plugin

Amazon EC2 Container Service Plugin for Jenkins
https://plugins.jenkins.io/amazon-ecs
MIT License
192 stars 226 forks source link

Add support to use secrets #285

Open gandrademello opened 1 year ago

gandrademello commented 1 year ago

What feature do you want to see added?

Hello there,

One of the great things on ECS is the possibility of injecting secrets from both SecretsManager and Parameter Store, this allow you to use secrets without needing to expose the values on ECS task configurations. Also this would be awesome for jenkins as this could be injected during task runtime and Jenkins itself doesn't need to store the credentials value in any of its configurations.

Wdyt?

Upstream changes

No response