Validate a config.yaml file against the Config schema and constraint rules from config/config.go
Validate a gateway config file against the schema and constraint rules defined in config/config.go.
/config-check [path] — defaults to config.yaml if no path given
config/config.go to understand the current Config struct and validate() methodconfig.yaml)host must be a valid URLproxy[] entry must have path and http.urlauthorization.dynamicClientRegistration.enabled is true:
authorization.serverMetadataProxyEnabled must also be truedexGRPCClient.addr must be setdexGRPCClient TLS fields are set, all three must be present (tlsCert, tlsKey, tlsClientCA)host must parse as a valid URLauthorization.server must parse as a valid URLproxy[].http.url must parse as a valid URLproxy[].webhook.url (if set) must parse as a valid URLproxy[].path values should not conflict (no duplicates)Config: [path]
Status: VALID / INVALID
Errors: [list any validation failures]
Warnings: [list any potential issues]
Routes: [count] proxy routes configured
Auth: [enabled/disabled for each route]
Telemetry: [enabled/disabled for each route]
Webhooks: [count] webhook endpoints configured