cmattoon / aws-ssm

Populates Kubernetes Secrets from AWS Parameter Store
https://hub.docker.com/r/cmattoon/aws-ssm/
Apache License 2.0
166 stars 32 forks source link

Handle bad StringList values better, and move from glide to dep #10

Closed cmattoon closed 5 years ago

cmattoon commented 5 years ago

Handles bad StringList values better, per #9, but does not address getting multiple secrets with GetParametersByPath

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will increase coverage by 2.86%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #10      +/-   ##
=========================================
+ Coverage   42.44%   45.3%   +2.86%     
=========================================
  Files           4       4              
  Lines         172     181       +9     
=========================================
+ Hits           73      82       +9     
  Misses         95      95              
  Partials        4       4
Impacted Files Coverage Δ
pkg/secret/secret.go 79.01% <100%> (+2.62%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d100702...e20482e. Read the comment docs.