-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable reading from AWS SSM Parameter Store? #245
Comments
@tyrken this sounds like a great feature! Sounds like you're already working on a PR? As for the pruning - yeah, I was actually working earlier today on updating the |
I have started - but by creating an aws.SSMParam function as a sibling to aws.EC2Tag, roughly working but needs more tests. On the DataSource front, SSM in design sounds like it might fit in libkv but they don't have AWS SSM Parameter support upstream... don't know how long it would take to get accepted there. Do you want me to add a AWS SSM client to data.Source struct? |
On second thoughts, no SSM wouldn't fit in libkv - it cannot satisfy their backend requirements (Watching/Atomic ops). So looking at adding via a new 'aws+ssm+param' sourceReader |
Initial work in PR - #248 |
Fixed in #248 |
I'm looking into using gomplate to fill in values from the AWS Parameter Store, any other interest or guidance as I'm currently hacking it to do so.
Would mean a bump up of the AWS package version to 1.10.x at least, and the re-run of
dep ensure
is adding a load of files to the repo unless I enableprune
options...The text was updated successfully, but these errors were encountered: