Core Beacon 29
01README
Read, reconcile, and report on secrets and credentials across multiple environments. Idempotent and dry-runnable.
Quick start
Add @discord/core-beacon-29 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @discord/core-beacon-29
workflows:
- name: core-beacon-29-run
jobs:
- name: main
steps:
- name: run
model: discord/core-beacon-29
method: runRun with swamp workflow run core-beacon-29-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- 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 security
02Vaults
core-beacon-29-vaultconfigurable
@discord/core-beacon-29/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
03Datastores
core-beacon-29-storeconfigurable
@discord/core-beacon-29/datastoredatastore.ts
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
04Previous Versions
0.1.9Feb 22, 2026
Added 1 datastores
0.5.4Jan 4, 2026
05Stats
D
41 / 100
Downloads
30
Archive size
170.0 KB
- Has README or module doc0/2missing
- README has a code example0/1missing
- README is substantive0/1missing
- Most symbols documented1/1earned
- No slow types0/1missing
- 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 repository0/2missing
06Platforms
07Labels