-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssm parameters does not work when ssm parameters are paginated #443
Comments
Is there a --recursive param I can use? |
Looks like this is where the issue is https://github.com/k1LoW/awspec/blob/master/lib/awspec/helper/finder/ssm_parameter.rb#L13 |
Can anybody help me with this? here is my fix https://github.com/tozonaran/awspec/commit/4eac251835f72f76ab0160a6e73f3772fc9158a4 I had issues with updating the unit tests to reflect my new changes. |
Created PR, pls take a look. We monkey patched for our specs so far: |
When you have ssm parameters > 50 in your aws account, then parameters "on the second page" are not found
I had a similar issue with the AWS Cli where results are paginated to 50 results per "page".
https://docs.aws.amazon.com/cli/latest/reference/ssm/get-parameters-by-path.html
https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-pagination.html
The text was updated successfully, but these errors were encountered: