Skip to content

v0.1.5

Compare
Choose a tag to compare
@cmattoon cmattoon released this 26 Jan 00:15
  • Supports SSM.GetParametersByPath, enabling multiple values per Kubernetes Secret.

    • Two parameters /foo/bar and /foo/baz would create a Secret foo with keys bar and baz.
    • Parameters /foo/bar/baz and /foo/bar/bat would result in a Secret foo with keys bar_baz and bar_bat
  • 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)