CrowdStrike / aws-ssm-distributor

15 stars 9 forks source link

Option to use Secrets Manager instead of SSM Parameter Store for API Keys and CID #13

Closed elduds closed 1 year ago

elduds commented 1 year ago

Looks like a great solution, however the use of SSM Parameter Store poses a few challenges for my use case.

AWS Secrets Manager Secret support both of the above capabilities, it would be great to have the option to use that instead.

ffalor commented 1 year ago

Hey @elduds thanks for the feedback.

We are in a little code freeze while the rollout is finishing to ensure everything is working as expected. Once we are in a spot to start adding features we will have a look at this.

ffalor commented 1 year ago

Update: I've developed this. It is going through testing and review. Once merged it will be added into the next release which will happen this quarter. I'll update this issue when that happens/when it is planned.

ffalor commented 1 year ago

@elduds this is now an option. Version 2 of the CrowdStrike-FalconSensorDeploy automation document now supports secrets manager as a backend.

The documentation has been updated to show how to use secrets manager as the backend.

elduds commented 1 year ago

This is great @ffalor , thanks for the speedy turnaround! I will take a look