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

Get more than 10 parameters #39

Open kimxogus opened 4 years ago

kimxogus commented 4 years ago

It seems aws-ssm get only 10 parameters using directory when it syncs, and I can't find any configuration to make it get more than 10 parameters for a single secret with directory configuration.

I want to request one of

  1. Get many params at once using MaxItems
  2. Get all params using pagination.

and this may not be needed

ismailyenigul commented 3 years ago

It seems https://github.com/cmattoon/aws-ssm/pull/30 this PR solves this issue.