Tetrate · Authentication Profile

Tetrate Authentication

Authentication

Tetrate secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

EnterpriseEnvoyIstioKubernetesService Mesh
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

BasicAuth http
scheme: basic
JWTToken apiKey
· in: header (x-tetrate-token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/tetrate-service-bridge-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: BasicAuth
  type: http
  scheme: basic
  description: HTTP Basic authentication with TSB username and password
  sources:
  - openapi/tetrate-service-bridge-openapi.yml
- name: JWTToken
  type: apiKey
  in: header
  parameter: x-tetrate-token
  description: JWT token authentication using the x-tetrate-token header
  sources:
  - openapi/tetrate-service-bridge-openapi.yml