tellerops / teller

Cloud native secrets management for developers - never leave your command line for secrets.
https://github.com/tellerops/teller
Apache License 2.0
2.8k stars 183 forks source link

Provider SSM seems limited to 10 parameters per map #276

Closed popul closed 3 months ago

popul commented 3 months ago

With teller 2.0.5, when i create a provider SSM with one map like this:

  ssm:
    kind: ssm
    maps:
    - id: nonprod
      path: /project

And i put more than 10 parameters prefixed by /project in SSM parameter store

teller show and teller sh return only 10 parameters.

It should return all parameters, shouldn't it ?

jondot commented 3 months ago

yes, looks like a limit in pagination, we will resolve it in next version

jondot commented 3 months ago

should be resolved with 2.0.6