buildkite / elastic-ci-stack-for-ec2-mac

CloudFormation template for Auto Scaling AWS EC2 Mac based Buildkite Agents
MIT License
9 stars 5 forks source link

Add support for BuildkiteAgentTokenParameterStorePath #8

Open KevinGrandon opened 2 years ago

KevinGrandon commented 2 years ago

The main Buildkite elastic ci stack leverages a BuildkiteAgentTokenParameterStorePath parameter which allows for easier infra as code implementation. It enables us to rely on built-in security protocols, instead of having to maintain our own secrets system.

It would be great if we could add support for this parameter in the mac elastic stack as well.