Aws Ssm Versions Save

Populates Kubernetes Secrets from AWS Parameter Store

v0.1.7

5 years ago

v0.1.6

5 years ago

v0.1.5

5 years ago
  • 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

5 years ago
  • Adds ca-certificates package to final alpine image (#7)
  • Adds ability to mount /etc/ssl/certs from the host (#7)

v0.1.3

5 years ago

v0.1.2

5 years ago