Mirrored key provider for Swarmauri
Project description
Swarmauri Mirrored Key Provider
A failover key provider that mirrors keys to a secondary provider for redundancy. Supports full and public-only replication with optional extras for canonical representations.
Features:
- Mirror new keys to a secondary provider
- Failover reads when the primary provider is unavailable
- JWKS union merging as described in RFC 7517
- Optional extras for JSON and CBOR canonicalization
Installation
pip install swarmauri_keyproviders_mirrored
Usage
from swarmauri_keyproviders_mirrored import MirroredKeyProvider
from swarmauri_keyprovider_local import LocalKeyProvider
primary = LocalKeyProvider()
secondary = LocalKeyProvider()
provider = MirroredKeyProvider(primary, secondary)
Entry Point
The provider registers under the swarmauri.key_providers entry point as
MirroredKeyProvider.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file swarmauri_keyproviders_mirrored-0.2.0.dev4.tar.gz.
File metadata
- Download URL: swarmauri_keyproviders_mirrored-0.2.0.dev4.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be2516832526400b65c5ccc4582f76ad9a2b17dbf4d6dafd5baad8b72e5fcba7
|
|
| MD5 |
a174d515220ce789a7b74d60769fa878
|
|
| BLAKE2b-256 |
7b6756996dd0fb38ab128eb328056aa927c8f1fa00398b71f84ad63c7b438186
|
File details
Details for the file swarmauri_keyproviders_mirrored-0.2.0.dev4-py3-none-any.whl.
File metadata
- Download URL: swarmauri_keyproviders_mirrored-0.2.0.dev4-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5ed8697e7e3f96d309da6424c6366f06e04b4404c925d7343e6279b6776abcb
|
|
| MD5 |
482a1c736c97a7a07d6748b707b6bf6f
|
|
| BLAKE2b-256 |
1a19fc5d963a65bb30d87f81aa80cfb267b31297785fe98bf775e48bd7841a19
|