Releases: cmattoon/aws-ssm
Releases · cmattoon/aws-ssm
v0.1.7
v0.1.6
v0.1.5
-
Supports
SSM.GetParametersByPath
, enabling multiple values per Kubernetes Secret.- Two parameters
/foo/bar
and/foo/baz
would create a Secretfoo
with keysbar
andbaz
. - Parameters
/foo/bar/baz
and/foo/bar/bat
would result in a Secretfoo
with keysbar_baz
andbar_bat
- Two parameters
-
If the
AWS_ACCESS_KEY
isn't authorized to read the parameter, an error will be logged instead of the Pod entering a crash loop. -
The Helm chart uses a Secret itself to store credentials (instead of Pod environment vars)