inspec/test
Richard Nixon 47e4c578e0 Fix aws-iam-users pagination (#2761)
* Fix aws-iam-users pagination

PROBLEM: aws-iam-users resource only retrieves 100 records due to pagination
in the AWS IAM list_users function.

FIX: Iterate over all the pages using the AWS pagination variables `marker`
and `is_truncated`

Signed-off-by: Richard Nixon <richard.nixon@btinternet.com>
2018-03-02 09:14:05 -05:00
..
cookbooks/os_prepare xml resource: support fetching attributes (#2423) 2018-01-16 14:26:39 -08:00
functional Make sure we have a proper exit code and report data. (#2747) 2018-02-26 16:50:51 -05:00
integration Move TESTING_AGAINST_AWS.md to test/aws (#2669) 2018-03-02 09:11:56 -05:00
unit Fix aws-iam-users pagination (#2761) 2018-03-02 09:14:05 -05:00
docker_run.rb travis experiment: lower docker concurrency 2016-08-10 12:52:21 +01:00
docker_test.rb Load all dependent libraries, even if include_context isn't called 2016-09-04 20:55:20 +02:00
helper.rb http resource: Support OPTIONS method (#2742) 2018-02-27 12:59:53 -05:00