Skip to content

feat(chart): treat storage encryption keys as durable dependencies - #231

Merged
IanEff merged 1 commit into
mainfrom
feat/externalized-secrets
Aug 19, 2026
Merged

feat(chart): treat storage encryption keys as durable dependencies#231
IanEff merged 1 commit into
mainfrom
feat/externalized-secrets

Conversation

@IanEff

@IanEff IanEff commented Aug 19, 2026

Copy link
Copy Markdown
Owner

Stop self-provisioning WAL and JetStream encryption keys in the Helm chart. Treat them as out-of-band dependencies matching S3/Anthropic patterns (D-31).

  • Default create flags to false.
  • Source keys from .env in Tilt to ensure persistence across dev restarts and prevent data loss from accidental rotation.
  • Add Helm template validation tests to verify secret generation posture.

Checklist

  • task ci is green locally (fmt-check, vet, lint, vulncheck, chart-lint, race, build) — GitHub doesn't run race, so this is the only place it's checked.
  • This does not touch a beat's never-clause (see README.md § Invariants / CONTRIBUTING.md § "What gets reviewed hardest") — or, if it does, that's called out below.
  • This does not change the execution surface (config/*/actions/catalog.yaml, config/*/hiss/policy.yaml, internal/actuate) — or, if it does, that's called out below.

Closes #186

Stop self-provisioning WAL and JetStream encryption keys in the Helm
chart. Treat them as out-of-band dependencies matching S3/Anthropic
patterns (D-31).

- Default `create` flags to `false`.
- Source keys from `.env` in Tilt to ensure persistence across dev
  restarts and prevent data loss from accidental rotation.
- Add Helm template validation tests to verify secret generation
  posture.
@IanEff
IanEff merged commit b209fd0 into main Aug 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Two self-provisioned keys couple all encrypted history to a namespace's lifetime

1 participant