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

ParamByPath Nesting #25

Open cmattoon opened 5 years ago

cmattoon commented 5 years ago

Given the following SSM Params, and aws-ssm/aws-param-name: /path/to/db

Since the current implementation uses basename, the keys passwd and foo will be set in the Secret, but which passwd seems to be undefined. Also, I feel like the keys should probably be passwd, etc_foo, and etc_passwd, and/or a limit placed on the recursion.