All four repos implement their abstract contracts. Migrations create tables idempotently. Bytes round-trip through SQLite BLOB columns correctly. RotatorKind and RotationState enums replace Symbol fields in record types so they round-trip safely through DB string columns. 8 unit specs verify CRUD, find_by_external, in_flight filtering, revocation, and audit append/range/latest_hash genesis behavior. |
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| spec | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| shard.lock | ||
| shard.yml | ||
README.md
Credential Rotation Enforcer (cre)
A Crystal-based daemon that tracks and enforces credential rotation
policies across AWS Secrets Manager, HashiCorp Vault, GitHub fine-grained
PATs, and local .env files.
Full README, asciinema demos, and walkthrough live in
learn/. This README will be expanded in Phase 16 of the build.