Skip to content

[feature] W3ID: Implement Pre-Rotation Key Setup #18

@sosweetham

Description

@sosweetham

Description

Establish the configuration and handling for pre-rotation keys. This task involves reading the pre-rotation parameters (such as updateKeys and nextKeyHashes) from the application's configuration. The implementation should validate these keys and ensure they’re correctly passed to the rotation process.

Reference

%%{init: {"theme": "default"}}%%
graph LR
    CA[Consumer Application]
    WF[W3ID Factory]
    PRK[Pre-Rotation Key Setup]

    CA -->|Provides rotation config with pre-rotation keys| WF
    WF -->|Extracts updateKeys & nextKeyHashes| PRK
Loading

Acceptance Criteria

Pre-rotation configuration is available and validated.
The W3ID Factory accepts pre-rotation keys (update keys and next key hashes) as part of its setup.
Unit tests verify correct key parsing and error handling for invalid configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions