{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VirtualClusterACLMode", "title": "VirtualClusterACLMode", "description": "Configures whether or not ACL policies are enforced on the gateway.\n- `enforce_on_gateway` means the gateway enforces its own ACL policies for this virtual cluster\n\n\n and does not forward ACL-related commands to the backend cluster.\n Note that if there are no ACL policies configured, all access is denied.\n- `passthrough` tells the gateway to forward all ACL-related commands.\n", "type": "string", "enum": [ "enforce_on_gateway", "passthrough" ], "x-speakeasy-unknown-values": "allow" }