Skip to content

Releases: cmattoon/aws-ssm

v0.1.7

13 Apr 23:20
Compare
Choose a tag to compare

v0.1.6

04 Mar 15:47
Compare
Choose a tag to compare
v0.1.6

v0.1.5

26 Jan 00:15
Compare
Choose a tag to compare
  • 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)

v0.1.4

12 Sep 12:40
d100702
Compare
Choose a tag to compare
  • Adds ca-certificates package to final alpine image (#7)
  • Adds ability to mount /etc/ssl/certs from the host (#7)

v0.1.3

24 Jul 16:08
Compare
Choose a tag to compare
v0.1.3

v0.1.2

23 Jul 06:38
Compare
Choose a tag to compare
v0.1.2