Skip to content

Commit 1223943

Browse files
Plugin Priorities for 3.12 (#157)
Co-authored-by: tomek-labuk <[email protected]>
1 parent 1de7db8 commit 1223943

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

data/priorities/ee/3.12.json

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
"pre-function": 1000000,
3+
"app-dynamics": 999999,
4+
"correlation-id": 100001,
5+
"zipkin": 100000,
6+
"exit-transformer": 9999,
7+
"bot-detection": 2500,
8+
"cors": 2000,
9+
"jwe-decrypt": 1999,
10+
"session": 1900,
11+
"acme": 1705,
12+
"oauth2-introspection": 1700,
13+
"mtls-auth": 1600,
14+
"degraphql": 1500,
15+
"jwt": 1450,
16+
"oauth2": 1400,
17+
"vault-auth": 1350,
18+
"key-auth": 1250,
19+
"key-auth-enc": 1250,
20+
"ldap-auth": 1200,
21+
"ldap-auth-advanced": 1200,
22+
"basic-auth": 1100,
23+
"openid-connect": 1050,
24+
"hmac-auth": 1030,
25+
"jwt-signer": 1020,
26+
"saml": 1010,
27+
"header-cert-auth": 1009,
28+
"json-threat-protection": 1009,
29+
"xml-threat-protection": 1008,
30+
"injection-protection": 1007,
31+
"websocket-validator": 1006,
32+
"websocket-size-limit": 1003,
33+
"request-validator": 999,
34+
"grpc-gateway": 998,
35+
"tls-handshake-modifier": 997,
36+
"tls-metadata-headers": 996,
37+
"ip-restriction": 990,
38+
"ace": 955,
39+
"request-size-limiting": 951,
40+
"acl": 950,
41+
"opa": 920,
42+
"service-protection": 915,
43+
"rate-limiting": 910,
44+
"rate-limiting-advanced": 910,
45+
"ai-rate-limiting-advanced": 905,
46+
"graphql-rate-limiting-advanced": 902,
47+
"response-ratelimiting": 900,
48+
"route-by-header": 850,
49+
"oas-validation": 840,
50+
"request-callout": 812,
51+
"jq": 811,
52+
"datakit": 810,
53+
"request-transformer-advanced": 802,
54+
"request-transformer": 801,
55+
"response-transformer": 800,
56+
"response-transformer-advanced": 800,
57+
"ai-semantic-response-guard": 782,
58+
"ai-aws-guardrails": 781,
59+
"route-transformer-advanced": 780,
60+
"redirect": 779,
61+
"ai-rag-injector": 778,
62+
"ai-request-transformer": 777,
63+
"ai-sanitizer": 776,
64+
"ai-semantic-prompt-guard": 775,
65+
"ai-azure-content-safety": 774,
66+
"ai-prompt-template": 773,
67+
"ai-prompt-decorator": 772,
68+
"ai-prompt-guard": 771,
69+
"ai-proxy": 770,
70+
"ai-proxy-advanced": 770,
71+
"ai-prompt-compressor": 769,
72+
"ai-response-transformer": 768,
73+
"ai-llm-as-judge": 767,
74+
"ai-semantic-cache": 765,
75+
"ai-mcp-proxy": 764,
76+
"standard-webhooks": 760,
77+
"upstream-oauth": 760,
78+
"solace-upstream": 755,
79+
"confluent-consume": 754,
80+
"kafka-consume": 753,
81+
"confluent": 752,
82+
"kafka-upstream": 751,
83+
"aws-lambda": 750,
84+
"azure-functions": 749,
85+
"upstream-timeout": 400,
86+
"proxy-cache": 100,
87+
"proxy-cache-advanced": 100,
88+
"graphql-proxy-cache-advanced": 99,
89+
"forward-proxy": 50,
90+
"canary": 20,
91+
"opentelemetry": 14,
92+
"prometheus": 13,
93+
"http-log": 12,
94+
"statsd": 11,
95+
"statsd-advanced": 11,
96+
"datadog": 10,
97+
"file-log": 9,
98+
"udp-log": 8,
99+
"tcp-log": 7,
100+
"loggly": 6,
101+
"kafka-log": 5,
102+
"syslog": 4,
103+
"grpc-web": 3,
104+
"request-termination": 2,
105+
"mocking": -1,
106+
"post-function": -1000
107+
}

0 commit comments

Comments
 (0)