#198: CI fence -- no tracked .env or secret material, example is authoritative #253
No reviewers
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#253
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/198-env-verification"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For #198 (issue closed manually after green pipeline, per repo convention).Verification: only deploy/compose/.env.example was ever tracked (full-history check); zero hits for obvious secret patterns across all lines ever added -- recorded as a comment on #231 (residual-risk list). comm of compose ${VAR} references vs .env.example keys is empty, i.e. the example already documents every variable (incl. #188/#190/#192 additions; #191 is an instance setting, not env).Changes: new early CI step in the checks job failing on any tracked .env other than .env.example or on obvious secret patterns (private-key blocks, AWS/GitHub/GitLab/Slack token shapes; tested positive and negative locally); self-hosting README states .env.example as the authoritative reference; plan checkbox ticked.