Skip to content
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

ParamByPath Nesting #25

Open
cmattoon opened this issue Apr 13, 2019 · 0 comments
Open

ParamByPath Nesting #25

cmattoon opened this issue Apr 13, 2019 · 0 comments

Comments

@cmattoon
Copy link
Owner

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

  • /path/to/db/passwd
  • /path/to/db/etc/foo
  • /path/to/db/etc/passwd

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant