Skip to main content
Quick reference for every top-level key in the Orchestrator’s YAML configuration file. Keys that have dedicated reference pages link out to avoid duplication — keys documented only here include their full field tables. For a conceptual overview of how configuration works, see the Configuration overview.

version

Required. Specifies the configuration format version.

features

Optional. Enables experimental or gated behavior via feature flags.
Parsing rules: Only "true" and "enabled" (case-insensitive) are recognized as enabled. Any other value, or a missing flag, is treated as disabled. Known flags:
Feature flags with the experimental. prefix indicate alpha-level features that may change without notice. See the Changelog for additions and removals.

http

Optional. Controls the HTTP server — bind address, TLS, timeouts, and access logging. Single TLS profile:
maverics.yaml
SNI-based virtual hosts (mutually exclusive with http.tls):
maverics.yaml
See the TLS Security guide for full details on SNI-based certificate selection.

tls

Optional. Named TLS profiles for server certificates, cipher suites, mTLS, and certificate revocation checking. See the TLS Security reference for the full field table, mTLS configuration, OCSP/CRL settings, and Windows Certificate Store support.

connectors

Optional. Identity provider connections — OIDC, SAML, LDAP, and attribute providers. See the Identity Fabric reference for all supported connector types, protocol details, and per-provider configuration.

apps

Optional. Application definitions with routes, authentication policies, and upstream targets. See the Applications reference for app types (Proxy, OIDC, SAML, MCP Bridge, MCP Proxy) and route configuration.

oidcProvider

Optional. OIDC Provider mode settings — token signing, claim mapping, and client registration. See the OIDC Provider reference for the full configuration.

samlProvider

Optional. SAML Provider mode settings — assertion signing, attribute mapping, and metadata. See the SAML Provider reference for the full configuration.

ldapProvider

Optional. LDAP Provider mode settings — virtual directory, attribute mapping, and backend routing. See the LDAP Provider reference for the full configuration.

mcpProvider

Optional. AI Identity Gateway mode settings — MCP Bridge and MCP Proxy configuration. See the AI Identity Gateway reference for the full configuration.

session

Optional. Session cookie, lifetime, and store configuration. See the Sessions reference for session types (local, cluster), cookie settings, and lifetime configuration.

caches

Optional. Named cache stores for session data, tokens, and IdP metadata. See the Caches reference for Redis configuration, cluster caching, and connection settings.

logger

Optional. Structured logging configuration. See the Logging reference for verbosity levels, JSON output, and filtering.

health

Optional. Health check endpoint and heartbeat monitoring. See the Telemetry reference for health endpoint configuration.

telemetry

Optional. OpenTelemetry metrics and traces via OTLP. See the Telemetry reference for metrics, traces, and OTLP exporter configuration.

singleLogout

Optional. Single logout endpoint and post-logout redirect behavior. See the Single Logout guide for configuration and flow details.

clusters

Optional. Multi-node Orchestrator cluster configuration for high availability. See the Clusters reference for gossip protocol, shared state, and cluster routing. Requires experimental.clusters feature flag.

apis

Optional. Custom API endpoints powered by Service Extensions. See the Custom APIs reference for custom API configuration.

Configuration Overview

Conceptual overview, environment variables, and runtime behavior

Installation

CLI flags, environment variables, and deployment options