[v17] feat(webui): Add Workload Identities list#59478
Merged
nicholasmarais1158 merged 1 commit intobranch/v17from Nov 18, 2025
Merged
[v17] feat(webui): Add Workload Identities list#59478nicholasmarais1158 merged 1 commit intobranch/v17from
nicholasmarais1158 merged 1 commit intobranch/v17from
Conversation
* Add ACLs for workload identity * Add list workload identities to webapi * Add `newWebPackWithOptions` * Add sorting by name and spiffe id * Add filter by search term * Use `require.ErrorContains` * Refactor `newWebPackWithOptions` * Use `t.Context()` * Add context to uses of `require.NoError` in loops * Tidy-up * Un-deprecate `newWebPack` * Rename `KindWorkloadIdentity` * Add client-side API support for sort and filter * Handle endpoint not supported scenario * Fix cache keys for spiffe id index * Add and use `ListWorkloadIdentitiesV2` RPC * Return `CompareFailedError` for sorting unavailable * Split sort into two fields (field and direction) * Update unsupported sort tests * Make `updateQuery` callback optional on `SearchPanel` * Add workload identities list * Add tests * Add stories * Rename nav item to "Workload Identities" Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com> * Revert change to conditional render (SearchPanel) * Remove mono-spaced text * Suggested code refinements * Join spiffe_id page keys with a pipe * Join spiffe_id page keys with a pipe * Revert "Join spiffe_id page keys with a pipe" This reverts commit 842b9cb. * Base32 hex encode id for cache key * Add missing useCallback dep * Fix word break opportunities on Firefox --------- Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
ravicious
approved these changes
Sep 23, 2025
bl-nero
approved these changes
Sep 26, 2025
Contributor
Author
|
Holding for v18.3 release. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #58971 to branch/v17
Updates: #53582
Changelog: Added a Workload Identities page to the web UI to list workload identities