You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 keyspasswd
andfoo
will be set in the Secret, but whichpasswd
seems to be undefined. Also, I feel like the keys should probably bepasswd
,etc_foo
, andetc_passwd
, and/or a limit placed on the recursion.The text was updated successfully, but these errors were encountered: