ProblemInternal service credentials are static; no rotation mechanism or per-deploy secret support exists.
- Static shared keys.
- No rotation support.
- Compromise requires full redeploy.
Solution
- Support multiple valid keys with rotation windows.
- Add a rotation test.
- Document rotation process.
Acceptance Criteria
- Two overlapping keys work during rotation.
- Rotation documented.
pnpm --filter api-gateway build passes.
Note for Contributors: Write a clear PR description. Show overlapping-key rotation working.
ProblemInternal service credentials are static; no rotation mechanism or per-deploy secret support exists.
Solution
Acceptance Criteria
pnpm --filter api-gateway buildpasses.Note for Contributors: Write a clear PR description. Show overlapping-key rotation working.