chore: update docstring

This commit is contained in:
tao.chen
2026-08-21 16:07:26 +08:00
parent 02bda7cc60
commit 952b08bb63
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ grep -rnE 'os\.(environ\[?["\x27][A-Z_]+|getenv\(["\x27][A-Z_]+)' --include="*.p
### Service-to-service auth (P0-1 fix)
- Schedule → Backend single endpoint ``POST /internal/v1/objects`` is
guarded by ``require_internal_service`` in ``backend.storage_api``.
guarded by ``require_internal_service`` in ``backend.api.storage``.
- The token header is ``X-Internal-Service-Token`` (case-insensitive
on the wire because FastAPI ``Header`` lowercase-matches the name
``x-internal-service-token``); the secret value comes from