HTTP proxy for online deployments
Deployment
HTTP proxy for online deployments
Transparent proxy to the online deployment’s Spark-Serving Service.
Requires Authorization: Bearer <psk>. Accepts two credential types:
- Platform PSK: Bypasses role checks and grants full access.
- User PSK: The API resolves it to a Keycloak user. The user
must hold at least one of the roles configured via
PUT /{name}/allowed_roles. A deployment with no configured roles denies user-PSK access.
Validates the deployment status and model scope, then forwards the full request. Strips hop-by-hop headers and the inbound Authorization header before forwarding.
PATCH
HTTP proxy for online deployments

