Swift Warden 22
01README
Sync state of secrets and credentials against a desired-state YAML. Diffs are previewed before any mutation.
Quick start
Add @bog_shade/swift-warden-22 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @bog_shade/swift-warden-22
workflows:
- name: swift-warden-22-run
jobs:
- name: main
steps:
- name: run
model: bog_shade/swift-warden-22
method: runRun with swamp workflow run swift-warden-22-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
- Vault provider — encrypted secret storage with audit trail and cross-region replication.
- Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: secrets enterprise self-hosted
02Vaults
swift-warden-22-vaultconfigurable
@bog_shade/swift-warden-22/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
03Datastores
swift-warden-22-storeconfigurable
@bog_shade/swift-warden-22/datastoredatastore.ts
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
04Drivers
swift-warden-22-driverconfigurable
@bog_shade/swift-warden-22/driverdriver.ts
Execution driver with bounded concurrency and retries.
05Previous Versions
2.9.2Nov 14, 2025
06Stats
A
100 / 100
Downloads
30
Archive size
240.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
07Platforms
08Labels