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/barand/foo/bazwould create a Secretfoowith keysbarandbaz. - Parameters
/foo/bar/bazand/foo/bar/batwould result in a Secretfoowith keysbar_bazandbar_bat
- Two parameters
-
If the
AWS_ACCESS_KEYisn'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)