Skip to content
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

Lack of pagination support for multiple list functions #1159

Open
josesolisrosales opened this issue Nov 21, 2023 · 0 comments · May be fixed by #1158
Open

Lack of pagination support for multiple list functions #1159

josesolisrosales opened this issue Nov 21, 2023 · 0 comments · May be fixed by #1158

Comments

@josesolisrosales
Copy link

josesolisrosales commented Nov 21, 2023

Self-explanatory.
So far, I found this is happening in iam-user-policy.go and iam-list-user-group-attachments.go in the ListIAMUserPolicies and ListIAMUserGroupAttachments functions respectively

This results in only some of the objects getting listed. Since these functions build a resource list based on the Users listed, this list is incomplete. Since pagination is properly implemented in iam-users.go, user deletion can fail if the attachment was not generated for that User.

#1158

@josesolisrosales josesolisrosales changed the title Lack of pagination support for ListIAMUserPolicies function. Lack of pagination support for multiple list functions Nov 21, 2023
@josesolisrosales josesolisrosales linked a pull request Nov 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant