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

[v15] Fix list all access list members/reviews pagination. #37673

Merged
merged 6 commits into from Feb 1, 2024

Conversation

mdwn
Copy link
Contributor

@mdwn mdwn commented Feb 1, 2024

Backport #37593 to branch/v15

changelog: Fixed cache init issue with access list members/reviews.

Two things were happening that was preventing the cache of access list
members from initializing if the number of members was greater than the
default page size of 200:

1. The incorrect page token was being used in the ListAllAccessListMembers
   call.
2. The pagination key for listing all of these members was incorrect due
   to the use of sub-prefixes.

Both issues have been corrected. The ListAllAccessListMembers call in the
access list service now uses its own custom pagination logic.
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from zmb3 February 1, 2024 22:01
@mdwn mdwn added this pull request to the merge queue Feb 1, 2024
Merged via the queue into branch/v15 with commit 1d38c31 Feb 1, 2024
34 checks passed
@mdwn mdwn deleted the bot/backport-37593-branch/v15 branch February 1, 2024 22:21
@camscale camscale mentioned this pull request Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants