-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UID2-3506 Add functionality on oncall page to list related keysets an…
…d rotate them (#329) * Add backend change for listing related keysets * Improve logic on backend filtering * Add frontend to highlight related keysets * Add functionality to rotate keysets * Get ClientTypes from backend * Remove condition for force check * Check if a site has any client key that has ID_READER role * Add helper text to explain min age and force option * Check ID_READER role with correct type * Add tests for related keyset api * Update comments * Update highlights for client types * Revert changes for keyset.json * Revert unused functions * Revert unused clock * Add changes to show rotation result * Update `min_age_seconds` to 1 * Use `Collections.disjoint` instead of customised `ContainAny` * Modify logic for verifying site id * Add comments for moving checking keyset logic to shared * Fix logic of disjoint * Add prompt to confirm rotation * Update wordings for the note
- Loading branch information
1 parent
c84487e
commit 15f3771
Showing
7 changed files
with
307 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.