[auto-rotation feature] feat: key auto-rotation UI, CLI & WASM layer#973
Closed
Manuthor wants to merge 1 commit into
Closed
[auto-rotation feature] feat: key auto-rotation UI, CLI & WASM layer#973Manuthor wants to merge 1 commit into
Manuthor wants to merge 1 commit into
Conversation
5f074fa to
4b5820b
Compare
- CLI: add set-rotation-policy and get-rotation-policy subcommands - WASM: add ReKey, rotation policy request/response bindings - UI: add Re-Key, Set/Get Rotation Policy pages under Symmetric Keys - UI: add NotificationsBell component with unread count and drawer - E2E: add Playwright tests for key rotation flow - Fix: GetAttributes now returns rotation-policy attributes
0e7a5bd to
f275d71
Compare
Contributor
Author
|
Superseded by the new PR 2 on branch |
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.
Summary
Mirror rotation features in the Web UI, WASM bindings, and
ckmsCLI.This is PR 4 of 4 in the key auto-rotation feature stack (depends on PR 3: #971):
What's included
CLI (
crate/clients/clap/)set-rotation-policysubcommand underckms sym keysget-rotation-policysubcommand underckms sym keysWASM (
crate/clients/wasm/)ReKey, rotation policy request/response bindings incosmian_kms_client_wasmWeb UI (
ui/src/)NotificationsBellcomponent with unread count badge and drawerServer fix
GetAttributesnow returns rotation-policy attributes (rotate_interval,rotate_offset,rotate_name,rotate_date,rotate_generation,rotate_latest) which were previously ignored because theTagenum lacksdedicated variants
E2E Tests
Breaking changes
None.