cmattoon / aws-ssm

Populates Kubernetes Secrets from AWS Parameter Store
https://hub.docker.com/r/cmattoon/aws-ssm/
Apache License 2.0
166 stars 32 forks source link

Added next token to getparameterbypath for secrets > 10 #30

Closed rms1000watt closed 5 years ago

rms1000watt commented 5 years ago

The Go SDK for GetParameterByPath limits to 10 values in the response. This should grab them all.

rms1000watt commented 5 years ago

Built this container and have been using in k8s for past 12 hours. Works as expected!! ☺️

rms1000watt commented 5 years ago

@cmattoon The TravisCI build process is broken

$ echo "$DOCKER_PASSWD" | docker login --username "$DOCKER_USER" --password-stdin
Error: Cannot perform an interactive login from a non TTY device
The command "echo "$DOCKER_PASSWD" | docker login --username "$DOCKER_USER" --password-stdin" exited with 1.

Which also means, TravisCI build was successful with this code 👍

cmattoon commented 5 years ago

Looks good, thanks again!

(Re: Travis - no worries - I changed my password after the recent breach and I'm still struggling with escape chars or something apparently)