Reference in New Issue
Block a user
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?
Roadmap reference
Phase 0 — Orientation:
docs/secrets-checklist.mdis the authoritative source of all secrets the operator must create.Problem
docs/secrets-checklist.mdwas written before VIN Decoder was added as a 4th API. Issues #126, #127, and #128 triaged three vin-decoder-specific secrets that need operator action, but the checklist document itself has not been updated. The next operator to consult the checklist will miss these three vin-decoder items.What to do
Open a PR on
leeworks-agents/api-companyadding three items todocs/secrets-checklist.md:Item #11 —
GITEA_TOKENActions secret inleeworks-agents/vin-decoderrepo (write:packages scope)GITEA_TOKENItem #12 —
gitea-registryimagePullSecret invin-decodernamespaceregistry.leeworks.devkubectl create secret docker-registry gitea-registry -n vin-decoder ...Item #13 —
rapidapi-proxy-secretinvin-decodernamespacekubectl create secret generic rapidapi-proxy-secret -n vin-decoder ...Also update the checklist header count from "10 items" to "13 items" if applicable.
Acceptance criteria
docs/secrets-checklist.mdlists all 13 secrets (10 original + 3 vin-decoder)kustomize build flux/(no regressions — this is docs-only)Dependencies
(Reference: ROADMAP.md §Phase 0;
docs/secrets-checklist.md)Implemented in PR #137 (merged). Updated docs/secrets-checklist.md: added items #11 (GITEA_TOKEN in leeworks-agents/vin-decoder, #126), #12 (gitea-registry in vin-decoder namespace, #127), #13 (rapidapi-proxy-secret in vin-decoder namespace, #128). Each item has description, namespace, kubectl command, and issue reference. Checklist now covers all 13 secrets.