Conduktor · Authentication Profile

Conduktor Authentication

Authentication

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

Apache KafkaStreamingData GovernanceKafka ManagementGateway
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/conduktor-openapi.yml
summary:
  types:
  - http
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: 'Console API key generated by an admin in Settings > API Keys, passed as Authorization:
    Bearer $ADMIN_API_KEY.'
  sources:
  - openapi/conduktor-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: Gateway admin credentials (GATEWAY_ADMIN_API_USERS), passed as HTTP Basic authentication
    to the Gateway admin API.
  sources:
  - openapi/conduktor-openapi.yml