aws-ssm icon indicating copy to clipboard operation
aws-ssm copied to clipboard

Populates Kubernetes Secrets from AWS Parameter Store

Results 19 aws-ssm issues
Sort by recently updated
recently updated
newest added

Hey @cmattoon ## changes * Biggest change to mention is the `WatchSecrets` function which can be enabled by config. * Added a labelSelector so that we can filter early the...

Hey @cmattoon As per the linked issue here: https://github.com/cmattoon/aws-ssm/issues/43 I want to update the aws-sdk dependency used. I went ahead and did a few more updates (switching to go1.14 and...

With k8s 1.21 the deployment apiVersion supported is apps/v1 and the extensions/v1beta1 is deprecated, thus the installation of the chart fails with: Error: unable to build kubernetes objects from release...

It seems `aws-ssm` get only 10 parameters using directory when it syncs, and I can't find any configuration to make it get more than 10 parameters for a single secret...

Hi there, Thank you for putting this tool together - it's incredibly helpful and works great! I'm syncing multiple parameters from SSM, some are 'secret' and some are just plain...

Since `30s` interval is quite short and if you put parameters as `SecureString` you can pay a lot I wanted to move this to variable so it can be easily...

Make container fails on step 5 with this error: ``` Step 5/27 : RUN go install -v ./... ---> Running in 4dee84188e3d go: downloading k8s.io/apimachinery v0.17.4 go: downloading github.com/aws/aws-sdk-go v1.29.23...

I just found that this package is not available on helm hub, would be nice to have it there for visibility.

In 1.16+ k8s supports only apps/v1 . It will still be compatible with older versions as apps/v1 is available since 1.9 https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

Hi cmattoon! I've made a few PRs that were merged since 1.7. I've been using my own dirty build for the past few months. I'm hoping you'd be able to...