Kong · Schema

VirtualClusterAuthenticationSchemes

How to handle authentication from clients. It tries to authenticate with every rule sequentially one by one. It succeeds on the first match, and fails if no rule matches.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-virtualclusterauthenticationschemes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VirtualClusterAuthenticationSchemes",
  "title": "VirtualClusterAuthenticationSchemes",
  "description": "How to handle authentication from clients.\n\nIt tries to authenticate with every rule sequentially one by one.\nIt succeeds on the first match, and fails if no rule matches.\n",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/VirtualClusterAuthenticationScheme"
  },
  "minItems": 1
}