Skip to content

Commit

Permalink
Split paginated roles and access requests
Browse files Browse the repository at this point in the history
Access requests will be released in 15.2, roles will follow in 15.3.
  • Loading branch information
zmb3 committed Mar 28, 2024
1 parent 6749341 commit 21eec31
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions docs/pages/upcoming-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ The Teleport team delivers a new major release roughly every 4 months.

### 15.2.0

TODO(zmb3)
#### New paginated APIs
#### Improved Access Requests UI

Teleport's gRPC server will expose new paginated APIs for listing roles and
access requests, which will improve performance on clusters with large numbers
of these resources.
The access requests page of the web UI will be backed by a paginated API,
ensuring fast load times even on clusters with many access requests.

*Delayed from Teleport 15.1.0*
Additionally, the UI allows you to search for access requests, sort them
based on various attributes, and includes several new filtering options.

#### Zero-downtime web asset rollout

Expand Down Expand Up @@ -64,6 +63,15 @@ Kubernetes Operator.
Users submitting access requests via web UI will be able to request specific
access start time up to a week in advance.

### 15.3.0

#### Improved Roles UI

The Roles page of the web UI will be backed by a paginated API, ensuring fast
load times even on clusters with large numbers of roles.

*Delayed from Teleport 15.1.0*

### 16.0.0

#### Teleport VNet
Expand Down

0 comments on commit 21eec31

Please sign in to comment.