You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LPTOCPCI-1164] Add pagination when retrieving roles from AWS (#413)
* Add pagination when retrieving roles from AWS. Previous limit was 100 roles.
* Changes per review suggestions
* Update get_roles function to remove mutable default arg
* Add changes per PR review. Fixes potential infinite loop edge case.
* Fix docstring
* Make changes per PR review suggestions
* Don't set is_truncated, only set marker var in while loop
* Move max items variables to function, remove from global
0 commit comments