chore: update docstring
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user