Rotate credentials committed in .env #9
Labels
No Label
ai-changes-requested
ai-failed
ai-merged
ai-pr-opened
ai-reviewed
ai-reviewing
ai-reviewing
ai-working
bug
enhancement
evolution
performance
phase-0
phase-1a
phase-1b
phase-1c
phase-1d
security
tech-debt
todo
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-database#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
`.env` contains real-looking values: `API_TOKEN=Tp3aO3jhYve5NJF1IqOmJTmk`, `POSTGRES_PASSWORD=your_production_password`. File is `.gitignore`d but exists on disk. Token should be rotated if it ever touched production.
Priority: high
Credential Rotation — Closed
All remediation tasks for this issue are complete as of 2026-04-01.
Rotation Actions
ssh akamai) and dev (ssh pd-database) on 2026-04-01PRs Merged
card-creation#52— Real token (Tp3aO3jhYve5NJF1IqOmJTmk) scrubbed fromdocs/PD_CARDS_CLI_REFERENCE.md; replaced withyour-api-token-hereplaceholderdiscord#135—.env.exampleadded to the Discord bot repo documenting all required env vars with placeholder valuesdiscord#136—docker-compose.example.ymladded to Discord bot repo; realdocker-compose.ymlconfirmed gitignored and untrackedStatus of Other Repos
paper-dynasty-database—.env.examplealready existed; no new action neededpaper-dynasty-card-creation—.envconfirmed gitignored; no additional example file gap foundAll tracked files have been audited. No remaining real credentials in any tracked file.
Follow-up: Dev PostgreSQL password for
sba_adminwas also rotated on 2026-04-01. The old placeholder valueyour_production_passwordhas been replaced with a secure generated password. Dev API verified working after restart.