Skip to content

🌐 เอกสารภาษาไทยกำลังจัดทำ — เนื้อหาด้านล่างเป็นภาษาอังกฤษชั่วคราว จนกว่าจะมีการแปล. This page is not yet translated; English content is shown temporarily.

Security overview

Opsta AI Gateway is built to be the trusted control point for enterprise AI traffic. Security is structural, not bolted on: the platform runs entirely on infrastructure you own, every request passes an ordered chain of policy gates, every administrative change is audited, and tenants are isolated by construction.

Who this is for

Security, risk, and compliance stakeholders evaluating the platform, and the engineers who operate it.

The pillars

PillarWhat it meansRead more
Data sovereigntySelf-hosted; request content, telemetry, identity, and config never leave your cluster. Runs air-gapped.Data sovereignty
Tenant isolationOrganizations, projects, and users are isolated across keys, budgets, routing, telemetry, and MCP access.Multi-tenancy model
Least-privilege accessThree roles — platform admin, org admin, member — scope every action; org admins see only their org.RBAC model
Policy enforcementEach request runs key-auth, guardrails, routing, budgets/limits, and cache before reaching a provider.Request lifecycle
AuditabilityEvery mutating action — including denied attempts — is recorded with actor, target, outcome, and status.Audit & compliance
Hardened by defaultVerified identity, internal-service auth, network isolation, secret hygiene, supply-chain scanning.Hardening

Defense in depth

Security is layered so that no single control is a single point of failure:

  • At the edge — TLS terminates in your cluster with a certificate you control.
  • At the gateway — every request is authenticated and runs the policy gate chain; a failing gate stops the request with a clear status code.
  • At the control plane — the configuration API verifies caller identity (signed tokens), enforces RBAC, rate-limits and size-caps requests, and validates input.
  • Between services — internal calls require a shared secret, and network policy restricts who can reach the control plane and the telemetry backends.
  • At rest — the source of truth is your PostgreSQL; secrets live in Kubernetes Secrets or your external secret store.

Trust boundary

Everything inside the trust boundary — the gateway, control plane, database, identity, telemetry, and console — runs in your Kubernetes cluster. The only things that cross it are requests to the LLM and MCP providers you explicitly configure. There is no Opsta-operated cloud in the data path.

Next steps

Enterprise AI governance, on infrastructure you own.