@kong-ui-public/entities-plugins-metadata 1.11.1-pr.2708.fd6c885c5.0 → 1.12.1-pr.2817.5da67d9f1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -302,7 +302,7 @@ const r = {
302
302
  },
303
303
  "response-transformer-advanced": {
304
304
  name: "Response Transformer Advanced",
305
- description: "Transform the response sent by the upstream server on the fly in Kong, before returning the response to the client.",
305
+ description: "Transform the response sent by the upstream server on the fly on Kong, before returning the response to the client.",
306
306
  group: o.TRANSFORMATIONS,
307
307
  scope: [e.GLOBAL, e.SERVICE, e.ROUTE, e.CONSUMER, e.CONSUMER_GROUP]
308
308
  },
@@ -1 +1 @@
1
- (function(n,o){typeof exports=="object"&&typeof module<"u"?o(exports):typeof define=="function"&&define.amd?define(["exports"],o):(n=typeof globalThis<"u"?globalThis:n||self,o(n["kong-ui-public-entities-plugins-metadata"]={}))})(this,function(n){"use strict";var o=(t=>(t.AUTHENTICATION="Authentication",t.AI="AI",t.SECURITY="Security",t.TRAFFIC_CONTROL="Traffic Control",t.SERVERLESS="Serverless",t.ANALYTICS_AND_MONITORING="Analytics & Monitoring",t.TRANSFORMATIONS="Transformations",t.LOGGING="Logging",t.DEPLOYMENT="Deployment",t.WEBSOCKET="WebSocket Plugins",t.CUSTOM_PLUGINS="Custom Plugins",t))(o||{}),e=(t=>(t.GLOBAL="global",t.SERVICE="service",t.ROUTE="route",t.CONSUMER="consumer",t.CONSUMER_GROUP="consumer_group",t))(e||{});const s={"basic-auth":{name:"Basic Authentication",description:"Add Basic Authentication to your Services",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"hmac-auth":{name:"HMAC Authentication",description:"Add HMAC Authentication to your Services",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"jwt-signer":{name:"JWT Signer",description:"Verify and (re-)sign one or two tokens in a request",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},jwt:{name:"JWT",description:"Verify and authenticate JSON Web Tokens",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"key-auth":{name:"Key Authentication",description:"Add key authentication to your Services",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"key-auth-enc":{name:"Key Authentication Encrypted",description:"Add key authentication to your Services with an encrypted token",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ldap-auth-advanced":{name:"LDAP Authentication Advanced",description:"Integrate Kong with a LDAP server",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ldap-auth":{name:"LDAP Authentication",description:"Integrate Kong with a LDAP server",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"oauth2-introspection":{name:"OAuth 2.0 Introspection",description:"Integrate Kong with a third-party OAuth 2.0 Authorization Server",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},oauth2:{name:"OAuth 2.0 Authentication",description:"Add OAuth 2.0 authentication to your Services",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"openid-connect":{name:"OpenID Connect",description:"Integrate Kong with a third-party OpenID Connect 1.0 Provider",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"mtls-auth":{name:"Mutual TLS Authentication",description:"Secure routes and services with client certificate and mutual TLS authentication",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"vault-auth":{name:"Vault Authentication",description:"Secure routes and services with an access token and secret token, stored securely via Vault",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"bot-detection":{name:"Bot Detection",description:"Detect and clock bots or custom clients",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},cors:{name:"CORS",description:"Allow developers to make requests from the browser",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ip-restriction":{name:"IP Restriction",description:"Whitelist or blacklist IPs that can make requests",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},opa:{name:"OPA",description:"Authorize requests against Open Policy Agent",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"kubernetes-sidecar-injector":{name:"Kubernetes Sidecar Injector",description:"This plugin will inject Kong dataplane nodes and form a service mesh on top of Kubernetes",group:o.DEPLOYMENT,scope:[e.GLOBAL]},"request-validator":{name:"Request Validator",description:"Validate requests before they reach their upstream Service.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},acl:{name:"ACL",description:"Control which consumers can access Services",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},canary:{name:"Canary Release",description:"Methodically roll out software changes to a subset of users",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"forward-proxy":{name:"Forward Proxy",description:"Allow Kong to connect to intermediary transparent HTTP proxies",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"proxy-cache":{name:"Proxy Caching",description:"Cache and serve commonly requested responses in Kong",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"proxy-cache-advanced":{name:"Proxy Caching Advanced",description:"Cache and serve commonly requested responses in Kong",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"graphql-proxy-cache-advanced":{name:"GraphQL Proxy Caching Advanced",description:"Cache and serve commonly requested responses in Kong",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"rate-limiting-advanced":{name:"Rate Limiting Advanced",description:"Rate-limit how many HTTP requests a developer can make",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"rate-limiting":{name:"Rate Limiting",description:"Rate-limit how many HTTP requests a developer can make",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"graphql-rate-limiting-advanced":{name:"GraphQL Rate Limiting Advanced",description:"Rate-limit how many HTTP requests a developer can make",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},mocking:{name:"Mocking",description:"Provide mock endpoints to test your APIs in development against your services",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"request-size-limiting":{name:"Request Size Limiting",description:"Block requests with bodies greater than a specific size",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"request-termination":{name:"Request Termination",description:"Terminate all requests with a specific response",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"response-ratelimiting":{name:"Response Rate Limiting",description:"Rate-Limiting based on a custom response header value",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"route-by-header":{name:"Route by Header",description:"Route requests based on request headers",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"ai-proxy":{name:"AI Proxy",description:"Directly call a configured LLM, with mediated security and tuning parameters, and using standardised Kong request and response formats.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-prompt-decorator":{name:"AI Prompt Decorator",description:"Prepend and append chat prompts to AI Proxy plugin LLM requests.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-prompt-template":{name:"AI Prompt Template",description:"Define a set of templates, containing string variable placeholders, that can be consumed by users when used with the AI Proxy plugin.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-prompt-guard":{name:"AI Prompt Guard",description:"Define a set of valid, and a set of invalid, regular expression patterns when calling LLM models with the AI Proxy plugin.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-request-transformer":{name:"AI Request Transformer",description:"Use an LLM to transform API request from a user, before sending to the upstream service.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ai-response-transformer":{name:"AI Response Transformer",description:"Use an LLM to transform API responses from the upstream service, before returning to the user.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-rate-limiting-advanced":{name:"AI Rate Limiting Advanced",description:"Provides rate limiting for the providers used by any AI plugins.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-azure-content-safety":{name:"AI Azure Content Safety",description:"Allows checking and auditing of AI-Proxy plugin messages, using Azure Cognitive Services, before proxying to upstream large-language model.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"aws-lambda":{name:"AWS Lambda",description:"Invoke and manage AWS Lambda functions from Kong",group:o.SERVERLESS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"azure-functions":{name:"Azure Functions",description:"Invoke Azure functions",group:o.SERVERLESS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},openwhisk:{name:"OpenWhisk",description:"Invoke and manage OpenWhisk actions from Kong",group:o.SERVERLESS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"pre-function":{name:"Kong Functions (Pre-Plugins)",description:"Add and manage custom lua functions to run before other plugins",group:o.SERVERLESS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"post-function":{name:"Kong Functions (Post-Plugins)",description:"Add and manage custom lua functions to run after other plugins",group:o.SERVERLESS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},datadog:{name:"Datadog",description:"Visualize metrics on Datadog",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},prometheus:{name:"Prometheus",description:"Export performance metrics to Prometheus",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},zipkin:{name:"Zipkin",description:"Propagate zipkin spans and report spans to a zipkin server",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},collector:{name:"Collector",description:"Automate spec-driven development & anomaly detection (Early Access)",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"response-transformer-advanced":{name:"Response Transformer Advanced",description:"Transform the response sent by the upstream server on the fly in Kong, before returning the response to the client.",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"correlation-id":{name:"Correlation ID",description:"Correlate requests and responses using a unique ID",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"request-transformer-advanced":{name:"Request Transformer Advanced",description:"Use powerful regular expressions, variables and templates to transform API requests",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"request-transformer":{name:"Request Transformer",description:"Modify the request before hitting the upstream server",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"response-transformer":{name:"Response Transformer",description:"Modify the upstream response before returning it to the client",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"route-transformer-advanced":{name:"Route Transformer Advanced",description:"Transforms the routing on the fly in Kong, changing the upstream server/port/path to hit",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"kafka-upstream":{name:"Kafka Upstream",description:"Transform requests into Kafka messages in a topic",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},degraphql:{name:"DeGraphQL",description:"Transform a GraphQL upstream into a REST API",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"exit-transformer":{name:"Exit Transformer",description:"Customize Kong exit responses sent downstream",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},jq:{name:"jq",description:"Transform JSON objects included in API requests or responses using jq programs",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"file-log":{name:"File Log",description:"Append request and response data to a log file on disk",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"http-log":{name:"HTTP Log",description:"Send request and response logs to an HTTP server",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},loggly:{name:"Loggly",description:"Send request and response logs to Loggly",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"statsd-advanced":{name:"StatsD Advanced",description:"Send traffic and Kong performance metrics to StatsD",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},statsd:{name:"StatsD",description:"Send request and response logs to StatsD",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},syslog:{name:"Syslog",description:"Send request and response logs to Syslog",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"tcp-log":{name:"TCP Log",description:"Send request and response logs to a TCP server",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"udp-log":{name:"UDP Log",description:"Send request and response logs to a UDP server",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"kafka-log":{name:"Kafka Log",description:"Publish request and response logs to a Kafka topic",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},session:{name:"Session",description:"Sessions for Kong authentication",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"upstream-tls":{name:"Upstream TLS",description:"Enable TLS on upstream traffic by providing Kong with a list of trusted certificates.",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"application-registration":{name:"Portal Application Registration",description:"Allow portal developers to register applications against services",group:o.AUTHENTICATION,scope:[e.SERVICE]},"konnect-application-auth":{name:"Konnect Application Auth",description:"Allow Konnect portal developers to register applications against services",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE]},acme:{name:"ACME",description:"Let's Encrypt and ACMEv2 integration with Kong",group:o.SECURITY,scope:[e.GLOBAL]},"grpc-gateway":{name:"gRPC Gateway",description:"Access gRPC services through HTTP REST",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"grpc-web":{name:"gRPC Web",description:"Allow browser clients to call gRPC services",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"upstream-timeout":{name:"Upstream Timeout",description:"Configure read, send and connect timeouts to an upstream",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},opentelemetry:{name:"OpenTelemetry",description:"Propagate distributed tracing spans and report low-level spans to a OTLP-compatible server",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"websocket-validator":{name:"WebSocket Validator",description:"Validate individual WebSocket messages against to a user-specified schema before proxying them",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"websocket-size-limit":{name:"WebSocket Size Limit",description:"Allows operators to specify a maximum size for incoming WebSocket messages",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"tls-metadata-headers":{name:"TLS Metadata Headers",description:"Detects client certificates in requests, retrieves the TLS metadata, and proxies this metadata via HTTP headers",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"tls-handshake-modifier":{name:"TLS Handshake Modifier",description:"Requests the client certificate and if it exists, makes it available to other plugins acting on the request",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"oas-validation":{name:"OAS Validation",description:"Validate HTTP requests and responses based on an API Specification.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"jwe-decrypt":{name:"Kong JWE Decrypt",description:"The Kong JWE Decrypt plugin makes it possible to decrypt an inbound token(JWE) in a request.",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"xml-threat-protection":{name:"XML Threat Protection",description:"Reduce the risk of XML attacks by checking the structure of XML payloads.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},saml:{name:"SAML",description:"Security Assertion Markup Language (SAML) is an open standard for exchanging authentication and authorization data between an identity provider and a service provider.",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"app-dynamics":{name:"AppDynamics",description:"This plugin integrates Kong with the AppDynamics APM platform so that proxy requests handled by Kong can be identified and analyzed in AppDynamics.",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"json-threat-protection":{name:"JSON Threat Protection",description:"Apply size checks on JSON payload and minimize risk of content-level attacks",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"standard-webhooks":{name:"Standard Webhooks",description:"Validate incoming webhooks adhere to the Standard Webhooks specification, to which Kong is a contributor",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ai-proxy-advanced":{name:"AI Proxy Advanced",description:"Route across different LLMs and models using advanced load balancing algorithms, including semantic routing.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-semantic-cache":{name:"AI Semantic Cache",description:"Semantically cache AI requests to any LLM to reduce latency, improve end-user experiences and optimize GenAI costs.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-semantic-prompt-guard":{name:"AI Semantic Prompt Guard",description:"Semantically and intelligently create allow and deny lists of topics that can be requested across every LLM.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"header-cert-auth":{name:"Header Certificate Authentication",description:"Authenticate clients with MTLS certificate passed in header by a WAF or load balancer",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"upstream-oauth":{name:"Upstream OAuth",description:"Configure Kong to obtain a OAuth2 token to consume an upstream API",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},confluent:{name:"Confluent",description:"Streamlines integration with Confluent Cloud and transforms requests into messages published to a Confluent topic.",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"service-protection":{name:"Service Protection",description:"Prevent abuse and protect services with absolute limits on the number of requests reaching the service.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE]},"injection-protection":{name:"Injection Protection",description:"Protect against injection attacks by rejecting requests that match common injections patterns.",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},redirect:{name:"Redirect",description:"Redirect incoming requests to a new URL",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"kafka-consume":{name:"Kafka Consume",description:"Consume messages from Kafka topics over HTTP protocols.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.ROUTE,e.CONSUMER]},"confluent-consume":{name:"Confluent Consume",description:"Consume messages from Confluent Kafka topics over HTTP protocols",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"request-callout":{name:"Request Callout",description:"Callout to third party APIs as part of request processing.",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-sanitizer":{name:"AI Sanitizer",description:"Sanitize personal or sensitive information from prompts before sending to LLM.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-rag-injector":{name:"AI RAG Injector",description:"Attach contextual knowledge from vector databases with flexible template to LLM prompts.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},datakit:{name:"Datakit",description:"Datakit is a workflow engine for working with external APIs.",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ai-prompt-compressor":{name:"AI Prompt Compressor",description:"The AI Prompt Compressor reduces costs associated with LLMs by compressing prompts.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"solace-upstream":{name:"Solace Upstream",description:"Transform requests into Solace messages in a Solace queue or topic.",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ai-aws-guardrails":{name:"AI AWS GuardRails",description:"The AI AWS GuardRails enables enforcement of introspection with the AWS GuardRails service for all requests processed by the AI Proxy plugin.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},ace:{name:"Konnect Access Control Enforcement",description:"Enable Developer Self-Service for Konnect Dev Portals.",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE],gatewayVersion:"3.12"},"solace-consume":{name:"Solace Consume",description:"Consume messages from Solace and make them available through HTTP endpoints.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE],gatewayVersion:"3.12"},"solace-log":{name:"Solace Log",description:"Publish request and response logs to a Solace topic.",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE],gatewayVersion:"3.12"},"ai-llm-as-judge":{name:"AI LLM Judge",description:"Evaluate LLM responses with an external LLM service and use accuracy scores to drive dynamic load balancing for `llm/v1/chat` requests.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP],gatewayVersion:"3.12"},"ai-mcp-proxy":{name:"AI MCP Proxy",description:"Convert APIs into MCP tools, proxy MCP servers, expose multiple MCP tools, and observe MCP traffic in real time.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE],gatewayVersion:"3.12"},"ai-gcp-model-armor":{name:"AI GCP Model Armor",description:"Audit and validate AI Proxy messages with Google Cloud Model Armor before forwarding them to an upstream LLM.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP],gatewayVersion:"3.12"},"ai-mcp-oauth2":{name:"AI MCP OAuth2",description:"Secure MCP server access with OAuth2 authentication.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE],gatewayVersion:"3.12"},"ai-semantic-response-guard":{name:"AI Semantic Response Guard",description:"Permit or block prompts based on semantic similarity to known LLM responses, preventing misuse of `llm/v1/chat` or `llm/v1/completions` requests.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP],gatewayVersion:"3.12"},"ai-lakera-guard":{name:"AI Lakera Guard",description:"Audit and enforce safety policies on LLM requests and responses using the AI AWS Lakera plugin before they reach upstream LLMs.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP],gatewayVersion:"3.13"}},r={"3.11":175157118e4,"3.12":17595192e5,"3.13":176615646e4};n.GATEWAY_VERSION_TIMESTAMP_MAP=r,n.PLUGIN_GROUP_AND_SCOPE_MAP=s,n.PluginGroup=o,n.PluginScope=e,Object.defineProperty(n,Symbol.toStringTag,{value:"Module"})});
1
+ (function(n,o){typeof exports=="object"&&typeof module<"u"?o(exports):typeof define=="function"&&define.amd?define(["exports"],o):(n=typeof globalThis<"u"?globalThis:n||self,o(n["kong-ui-public-entities-plugins-metadata"]={}))})(this,function(n){"use strict";var o=(t=>(t.AUTHENTICATION="Authentication",t.AI="AI",t.SECURITY="Security",t.TRAFFIC_CONTROL="Traffic Control",t.SERVERLESS="Serverless",t.ANALYTICS_AND_MONITORING="Analytics & Monitoring",t.TRANSFORMATIONS="Transformations",t.LOGGING="Logging",t.DEPLOYMENT="Deployment",t.WEBSOCKET="WebSocket Plugins",t.CUSTOM_PLUGINS="Custom Plugins",t))(o||{}),e=(t=>(t.GLOBAL="global",t.SERVICE="service",t.ROUTE="route",t.CONSUMER="consumer",t.CONSUMER_GROUP="consumer_group",t))(e||{});const s={"basic-auth":{name:"Basic Authentication",description:"Add Basic Authentication to your Services",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"hmac-auth":{name:"HMAC Authentication",description:"Add HMAC Authentication to your Services",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"jwt-signer":{name:"JWT Signer",description:"Verify and (re-)sign one or two tokens in a request",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},jwt:{name:"JWT",description:"Verify and authenticate JSON Web Tokens",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"key-auth":{name:"Key Authentication",description:"Add key authentication to your Services",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"key-auth-enc":{name:"Key Authentication Encrypted",description:"Add key authentication to your Services with an encrypted token",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ldap-auth-advanced":{name:"LDAP Authentication Advanced",description:"Integrate Kong with a LDAP server",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ldap-auth":{name:"LDAP Authentication",description:"Integrate Kong with a LDAP server",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"oauth2-introspection":{name:"OAuth 2.0 Introspection",description:"Integrate Kong with a third-party OAuth 2.0 Authorization Server",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},oauth2:{name:"OAuth 2.0 Authentication",description:"Add OAuth 2.0 authentication to your Services",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"openid-connect":{name:"OpenID Connect",description:"Integrate Kong with a third-party OpenID Connect 1.0 Provider",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"mtls-auth":{name:"Mutual TLS Authentication",description:"Secure routes and services with client certificate and mutual TLS authentication",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"vault-auth":{name:"Vault Authentication",description:"Secure routes and services with an access token and secret token, stored securely via Vault",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"bot-detection":{name:"Bot Detection",description:"Detect and clock bots or custom clients",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},cors:{name:"CORS",description:"Allow developers to make requests from the browser",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ip-restriction":{name:"IP Restriction",description:"Whitelist or blacklist IPs that can make requests",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},opa:{name:"OPA",description:"Authorize requests against Open Policy Agent",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"kubernetes-sidecar-injector":{name:"Kubernetes Sidecar Injector",description:"This plugin will inject Kong dataplane nodes and form a service mesh on top of Kubernetes",group:o.DEPLOYMENT,scope:[e.GLOBAL]},"request-validator":{name:"Request Validator",description:"Validate requests before they reach their upstream Service.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},acl:{name:"ACL",description:"Control which consumers can access Services",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},canary:{name:"Canary Release",description:"Methodically roll out software changes to a subset of users",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"forward-proxy":{name:"Forward Proxy",description:"Allow Kong to connect to intermediary transparent HTTP proxies",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"proxy-cache":{name:"Proxy Caching",description:"Cache and serve commonly requested responses in Kong",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"proxy-cache-advanced":{name:"Proxy Caching Advanced",description:"Cache and serve commonly requested responses in Kong",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"graphql-proxy-cache-advanced":{name:"GraphQL Proxy Caching Advanced",description:"Cache and serve commonly requested responses in Kong",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"rate-limiting-advanced":{name:"Rate Limiting Advanced",description:"Rate-limit how many HTTP requests a developer can make",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"rate-limiting":{name:"Rate Limiting",description:"Rate-limit how many HTTP requests a developer can make",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"graphql-rate-limiting-advanced":{name:"GraphQL Rate Limiting Advanced",description:"Rate-limit how many HTTP requests a developer can make",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},mocking:{name:"Mocking",description:"Provide mock endpoints to test your APIs in development against your services",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"request-size-limiting":{name:"Request Size Limiting",description:"Block requests with bodies greater than a specific size",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"request-termination":{name:"Request Termination",description:"Terminate all requests with a specific response",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"response-ratelimiting":{name:"Response Rate Limiting",description:"Rate-Limiting based on a custom response header value",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"route-by-header":{name:"Route by Header",description:"Route requests based on request headers",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"ai-proxy":{name:"AI Proxy",description:"Directly call a configured LLM, with mediated security and tuning parameters, and using standardised Kong request and response formats.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-prompt-decorator":{name:"AI Prompt Decorator",description:"Prepend and append chat prompts to AI Proxy plugin LLM requests.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-prompt-template":{name:"AI Prompt Template",description:"Define a set of templates, containing string variable placeholders, that can be consumed by users when used with the AI Proxy plugin.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-prompt-guard":{name:"AI Prompt Guard",description:"Define a set of valid, and a set of invalid, regular expression patterns when calling LLM models with the AI Proxy plugin.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-request-transformer":{name:"AI Request Transformer",description:"Use an LLM to transform API request from a user, before sending to the upstream service.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ai-response-transformer":{name:"AI Response Transformer",description:"Use an LLM to transform API responses from the upstream service, before returning to the user.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-rate-limiting-advanced":{name:"AI Rate Limiting Advanced",description:"Provides rate limiting for the providers used by any AI plugins.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-azure-content-safety":{name:"AI Azure Content Safety",description:"Allows checking and auditing of AI-Proxy plugin messages, using Azure Cognitive Services, before proxying to upstream large-language model.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"aws-lambda":{name:"AWS Lambda",description:"Invoke and manage AWS Lambda functions from Kong",group:o.SERVERLESS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"azure-functions":{name:"Azure Functions",description:"Invoke Azure functions",group:o.SERVERLESS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},openwhisk:{name:"OpenWhisk",description:"Invoke and manage OpenWhisk actions from Kong",group:o.SERVERLESS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"pre-function":{name:"Kong Functions (Pre-Plugins)",description:"Add and manage custom lua functions to run before other plugins",group:o.SERVERLESS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"post-function":{name:"Kong Functions (Post-Plugins)",description:"Add and manage custom lua functions to run after other plugins",group:o.SERVERLESS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},datadog:{name:"Datadog",description:"Visualize metrics on Datadog",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},prometheus:{name:"Prometheus",description:"Export performance metrics to Prometheus",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},zipkin:{name:"Zipkin",description:"Propagate zipkin spans and report spans to a zipkin server",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},collector:{name:"Collector",description:"Automate spec-driven development & anomaly detection (Early Access)",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"response-transformer-advanced":{name:"Response Transformer Advanced",description:"Transform the response sent by the upstream server on the fly on Kong, before returning the response to the client.",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"correlation-id":{name:"Correlation ID",description:"Correlate requests and responses using a unique ID",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"request-transformer-advanced":{name:"Request Transformer Advanced",description:"Use powerful regular expressions, variables and templates to transform API requests",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"request-transformer":{name:"Request Transformer",description:"Modify the request before hitting the upstream server",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"response-transformer":{name:"Response Transformer",description:"Modify the upstream response before returning it to the client",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"route-transformer-advanced":{name:"Route Transformer Advanced",description:"Transforms the routing on the fly in Kong, changing the upstream server/port/path to hit",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"kafka-upstream":{name:"Kafka Upstream",description:"Transform requests into Kafka messages in a topic",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},degraphql:{name:"DeGraphQL",description:"Transform a GraphQL upstream into a REST API",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"exit-transformer":{name:"Exit Transformer",description:"Customize Kong exit responses sent downstream",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},jq:{name:"jq",description:"Transform JSON objects included in API requests or responses using jq programs",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"file-log":{name:"File Log",description:"Append request and response data to a log file on disk",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"http-log":{name:"HTTP Log",description:"Send request and response logs to an HTTP server",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},loggly:{name:"Loggly",description:"Send request and response logs to Loggly",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"statsd-advanced":{name:"StatsD Advanced",description:"Send traffic and Kong performance metrics to StatsD",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},statsd:{name:"StatsD",description:"Send request and response logs to StatsD",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},syslog:{name:"Syslog",description:"Send request and response logs to Syslog",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"tcp-log":{name:"TCP Log",description:"Send request and response logs to a TCP server",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"udp-log":{name:"UDP Log",description:"Send request and response logs to a UDP server",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"kafka-log":{name:"Kafka Log",description:"Publish request and response logs to a Kafka topic",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},session:{name:"Session",description:"Sessions for Kong authentication",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"upstream-tls":{name:"Upstream TLS",description:"Enable TLS on upstream traffic by providing Kong with a list of trusted certificates.",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"application-registration":{name:"Portal Application Registration",description:"Allow portal developers to register applications against services",group:o.AUTHENTICATION,scope:[e.SERVICE]},"konnect-application-auth":{name:"Konnect Application Auth",description:"Allow Konnect portal developers to register applications against services",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE]},acme:{name:"ACME",description:"Let's Encrypt and ACMEv2 integration with Kong",group:o.SECURITY,scope:[e.GLOBAL]},"grpc-gateway":{name:"gRPC Gateway",description:"Access gRPC services through HTTP REST",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"grpc-web":{name:"gRPC Web",description:"Allow browser clients to call gRPC services",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"upstream-timeout":{name:"Upstream Timeout",description:"Configure read, send and connect timeouts to an upstream",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},opentelemetry:{name:"OpenTelemetry",description:"Propagate distributed tracing spans and report low-level spans to a OTLP-compatible server",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"websocket-validator":{name:"WebSocket Validator",description:"Validate individual WebSocket messages against to a user-specified schema before proxying them",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"websocket-size-limit":{name:"WebSocket Size Limit",description:"Allows operators to specify a maximum size for incoming WebSocket messages",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"tls-metadata-headers":{name:"TLS Metadata Headers",description:"Detects client certificates in requests, retrieves the TLS metadata, and proxies this metadata via HTTP headers",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"tls-handshake-modifier":{name:"TLS Handshake Modifier",description:"Requests the client certificate and if it exists, makes it available to other plugins acting on the request",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"oas-validation":{name:"OAS Validation",description:"Validate HTTP requests and responses based on an API Specification.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"jwe-decrypt":{name:"Kong JWE Decrypt",description:"The Kong JWE Decrypt plugin makes it possible to decrypt an inbound token(JWE) in a request.",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"xml-threat-protection":{name:"XML Threat Protection",description:"Reduce the risk of XML attacks by checking the structure of XML payloads.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},saml:{name:"SAML",description:"Security Assertion Markup Language (SAML) is an open standard for exchanging authentication and authorization data between an identity provider and a service provider.",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"app-dynamics":{name:"AppDynamics",description:"This plugin integrates Kong with the AppDynamics APM platform so that proxy requests handled by Kong can be identified and analyzed in AppDynamics.",group:o.ANALYTICS_AND_MONITORING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"json-threat-protection":{name:"JSON Threat Protection",description:"Apply size checks on JSON payload and minimize risk of content-level attacks",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"standard-webhooks":{name:"Standard Webhooks",description:"Validate incoming webhooks adhere to the Standard Webhooks specification, to which Kong is a contributor",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ai-proxy-advanced":{name:"AI Proxy Advanced",description:"Route across different LLMs and models using advanced load balancing algorithms, including semantic routing.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-semantic-cache":{name:"AI Semantic Cache",description:"Semantically cache AI requests to any LLM to reduce latency, improve end-user experiences and optimize GenAI costs.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-semantic-prompt-guard":{name:"AI Semantic Prompt Guard",description:"Semantically and intelligently create allow and deny lists of topics that can be requested across every LLM.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"header-cert-auth":{name:"Header Certificate Authentication",description:"Authenticate clients with MTLS certificate passed in header by a WAF or load balancer",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"upstream-oauth":{name:"Upstream OAuth",description:"Configure Kong to obtain a OAuth2 token to consume an upstream API",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},confluent:{name:"Confluent",description:"Streamlines integration with Confluent Cloud and transforms requests into messages published to a Confluent topic.",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"service-protection":{name:"Service Protection",description:"Prevent abuse and protect services with absolute limits on the number of requests reaching the service.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE]},"injection-protection":{name:"Injection Protection",description:"Protect against injection attacks by rejecting requests that match common injections patterns.",group:o.SECURITY,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},redirect:{name:"Redirect",description:"Redirect incoming requests to a new URL",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"kafka-consume":{name:"Kafka Consume",description:"Consume messages from Kafka topics over HTTP protocols.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.ROUTE,e.CONSUMER]},"confluent-consume":{name:"Confluent Consume",description:"Consume messages from Confluent Kafka topics over HTTP protocols",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER]},"request-callout":{name:"Request Callout",description:"Callout to third party APIs as part of request processing.",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-sanitizer":{name:"AI Sanitizer",description:"Sanitize personal or sensitive information from prompts before sending to LLM.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"ai-rag-injector":{name:"AI RAG Injector",description:"Attach contextual knowledge from vector databases with flexible template to LLM prompts.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},datakit:{name:"Datakit",description:"Datakit is a workflow engine for working with external APIs.",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ai-prompt-compressor":{name:"AI Prompt Compressor",description:"The AI Prompt Compressor reduces costs associated with LLMs by compressing prompts.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},"solace-upstream":{name:"Solace Upstream",description:"Transform requests into Solace messages in a Solace queue or topic.",group:o.TRANSFORMATIONS,scope:[e.GLOBAL,e.SERVICE,e.ROUTE]},"ai-aws-guardrails":{name:"AI AWS GuardRails",description:"The AI AWS GuardRails enables enforcement of introspection with the AWS GuardRails service for all requests processed by the AI Proxy plugin.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP]},ace:{name:"Konnect Access Control Enforcement",description:"Enable Developer Self-Service for Konnect Dev Portals.",group:o.AUTHENTICATION,scope:[e.GLOBAL,e.SERVICE,e.ROUTE],gatewayVersion:"3.12"},"solace-consume":{name:"Solace Consume",description:"Consume messages from Solace and make them available through HTTP endpoints.",group:o.TRAFFIC_CONTROL,scope:[e.GLOBAL,e.SERVICE,e.ROUTE],gatewayVersion:"3.12"},"solace-log":{name:"Solace Log",description:"Publish request and response logs to a Solace topic.",group:o.LOGGING,scope:[e.GLOBAL,e.SERVICE,e.ROUTE],gatewayVersion:"3.12"},"ai-llm-as-judge":{name:"AI LLM Judge",description:"Evaluate LLM responses with an external LLM service and use accuracy scores to drive dynamic load balancing for `llm/v1/chat` requests.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP],gatewayVersion:"3.12"},"ai-mcp-proxy":{name:"AI MCP Proxy",description:"Convert APIs into MCP tools, proxy MCP servers, expose multiple MCP tools, and observe MCP traffic in real time.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE],gatewayVersion:"3.12"},"ai-gcp-model-armor":{name:"AI GCP Model Armor",description:"Audit and validate AI Proxy messages with Google Cloud Model Armor before forwarding them to an upstream LLM.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP],gatewayVersion:"3.12"},"ai-mcp-oauth2":{name:"AI MCP OAuth2",description:"Secure MCP server access with OAuth2 authentication.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE],gatewayVersion:"3.12"},"ai-semantic-response-guard":{name:"AI Semantic Response Guard",description:"Permit or block prompts based on semantic similarity to known LLM responses, preventing misuse of `llm/v1/chat` or `llm/v1/completions` requests.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP],gatewayVersion:"3.12"},"ai-lakera-guard":{name:"AI Lakera Guard",description:"Audit and enforce safety policies on LLM requests and responses using the AI AWS Lakera plugin before they reach upstream LLMs.",group:o.AI,scope:[e.GLOBAL,e.SERVICE,e.ROUTE,e.CONSUMER,e.CONSUMER_GROUP],gatewayVersion:"3.13"}},r={"3.11":175157118e4,"3.12":17595192e5,"3.13":176615646e4};n.GATEWAY_VERSION_TIMESTAMP_MAP=r,n.PLUGIN_GROUP_AND_SCOPE_MAP=s,n.PluginGroup=o,n.PluginScope=e,Object.defineProperty(n,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-plugins-metadata",
3
- "version": "1.11.1-pr.2708.fd6c885c5.0",
3
+ "version": "1.12.1-pr.2817.5da67d9f1.0",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-plugins-metadata.umd.js",
6
6
  "module": "./dist/entities-plugins-metadata.es.js",