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
[v18] Paginated Access Lists in the web UI (#59265)
* Add ListAccessListsV2 to support sorting and searching (#58323)
This PR adds a new API to access lists service/cache that will allow us
to sort by name and auditNextDate as well as filter by a search term
* Component updates to support paginated AccessLists
* Add CreateAccessListNextKey and title sort to AccessLists cache (#58716)
* Send non-reviewable AccessLists to back of sort (#59201)
If an access list is not elible for review, we should sort it to the
back of the "auditNextDate" sort index, similar to time.IsZero
* Use ListAccessList RPC in (Client) ListAccessLists (#58658)
The client implementation used ListAccessListV2 to avoid calling
a deprecated RPC, however, that causes compatibility issues
since it does not allow retrieving AccessLists from older
versions of Teleport which don't implement the V2 RPC variant.
---------
Co-authored-by: rosstimothy <[email protected]>
0 commit comments