Skip to content

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

Merged
mdwn merged 6 commits intobranch/v15from
bot/backport-37593-branch/v15
Feb 1, 2024
Merged

[v15] Fix list all access list members/reviews pagination.#37673
mdwn merged 6 commits intobranch/v15from
bot/backport-37593-branch/v15

Conversation

@mdwn
Copy link
Copy Markdown
Contributor

@mdwn mdwn commented Feb 1, 2024

Backport #37593 to branch/v15

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

Mike Wilson added 6 commits February 1, 2024 20:05
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
@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.

3 participants