e9df802478
CI / Test (rest) (pull_request) Successful in 1m42s
CI / Test (store) (pull_request) Successful in 1m45s
CI / Lint (pull_request) Successful in 28s
CI / Build (windows/amd64) (pull_request) Successful in 29s
CI / Test (server-http) (pull_request) Successful in 2m27s
CI / Build (linux/amd64) (pull_request) Successful in 30s
CI / Build (linux/arm64) (pull_request) Successful in 26s
e2e / Playwright vs docker-compose (pull_request) Successful in 1m30s
Forget does not use admin credentials. Only JobPrune builds a runner against the admin slot (cmd/agent/main.go:622-645); JobForget runs on the everyday runner, as the comment at main.go:517-524 states. Also corrects the claim that leaving this blank lets everyday creds handle prune: maintenance_dispatch.go:52-56 skips prune entirely with 'prune skipped — no admin creds' on any backend, with no fallback. Refs #34