NameTitleDescription
validation--
telemetry--
security--
qos--
proxy--
plugin--
modifier--
documentation--
backend--
auth--
async--
Draft7websocket.jsonSchema definition for WebsocketsEnterprise only. Enables websocket communication. See: https://www.krakend.io/docs/enterprise/websockets/
Draft7tls.jsonTLS/SSLEnabling TLS for HTTPS and HTTP/2. See: https://www.krakend.io/docs/service-settings/tls/
Draft7timeunits.jsonTime units / Duration patterns-
Draft7service_extra_config.jsonSchema definition for service extra_config-
Draft7router.jsonRouter FlagsThe optional router configuration allows you to set global flags that change the way KrakenD processes the requests at the router layer. See: https://www.krakend.io/docs/service-settings/router-options/
Draft7proxy.jsonProxy option-
Draft7krakend.jsonSchema validation for KrakenD v2.2-
Draft7endpoint_extra_config.jsonSchema definition for extra_config of endpoints-
Draft7endpoint.jsonEndpoint Object-
Draft7backend_extra_config.jsonExtra configuration for backends-
Draft7backend.jsonBackend ObjectA backend object is an array of all the services that an endpoint connects to. It defines the list of hostnames that connects to and the URL to send or receive the data.
Draft7async_agent.jsonAsync AgentsAsync agents are routines listening to queues or PubSub systems that react to new events and push data to your backends. Through async agents, you can start a lot of consumers to process your events autonomously. See: https://www.krakend.io/docs/async/