forked from wso2/api-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.yaml
More file actions
76 lines (76 loc) · 3.75 KB
/
build.yaml
File metadata and controls
76 lines (76 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
version: v1
gateway:
version: 0.10.0-SNAPSHOT
policies:
- name: add-headers
gomodule: github.com/wso2/gateway-controllers/policies/add-headers@v0
- name: token-based-ratelimit
gomodule: github.com/wso2/gateway-controllers/policies/token-based-ratelimit@v0
- name: advanced-ratelimit
gomodule: github.com/wso2/gateway-controllers/policies/advanced-ratelimit@v0
- name: analytics-header-filter
gomodule: github.com/wso2/gateway-controllers/policies/analytics-header-filter@v0
- name: api-key-auth
gomodule: github.com/wso2/gateway-controllers/policies/api-key-auth@v0
- name: aws-bedrock-guardrail
gomodule: github.com/wso2/gateway-controllers/policies/aws-bedrock-guardrail@v0
- name: azure-content-safety-content-moderation
gomodule: github.com/wso2/gateway-controllers/policies/azure-content-safety-content-moderation@v0
- name: basic-auth
gomodule: github.com/wso2/gateway-controllers/policies/basic-auth@v0
- name: basic-ratelimit
gomodule: github.com/wso2/gateway-controllers/policies/basic-ratelimit@v0
- name: content-length-guardrail
gomodule: github.com/wso2/gateway-controllers/policies/content-length-guardrail@v0
- name: cors
gomodule: github.com/wso2/gateway-controllers/policies/cors@v0
- name: json-schema-guardrail
gomodule: github.com/wso2/gateway-controllers/policies/json-schema-guardrail@v0
- name: json-to-xml
gomodule: github.com/wso2/gateway-controllers/policies/json-to-xml@v0
- name: jwt-auth
gomodule: github.com/wso2/gateway-controllers/policies/jwt-auth@v0
- name: log-message
gomodule: github.com/wso2/gateway-controllers/policies/log-message@v0
- name: mcp-acl-list
gomodule: github.com/wso2/gateway-controllers/policies/mcp-acl-list@v0
- name: mcp-auth
gomodule: github.com/wso2/gateway-controllers/policies/mcp-auth@v0
- name: mcp-authz
gomodule: github.com/wso2/gateway-controllers/policies/mcp-authz@v0
- name: mcp-rewrite
gomodule: github.com/wso2/gateway-controllers/policies/mcp-rewrite@v0
- name: model-round-robin
gomodule: github.com/wso2/gateway-controllers/policies/model-round-robin@v0
- name: model-weighted-round-robin
gomodule: github.com/wso2/gateway-controllers/policies/model-weighted-round-robin@v0
- name: modify-headers
gomodule: github.com/wso2/gateway-controllers/policies/modify-headers@v0
- name: pii-masking-regex
gomodule: github.com/wso2/gateway-controllers/policies/pii-masking-regex@v0
- name: prompt-decorator
gomodule: github.com/wso2/gateway-controllers/policies/prompt-decorator@v0
- name: prompt-template
gomodule: github.com/wso2/gateway-controllers/policies/prompt-template@v0
- name: regex-guardrail
gomodule: github.com/wso2/gateway-controllers/policies/regex-guardrail@v0
- name: remove-headers
gomodule: github.com/wso2/gateway-controllers/policies/remove-headers@v0
- name: request-rewrite
gomodule: github.com/wso2/gateway-controllers/policies/request-rewrite@v0
- name: respond
gomodule: github.com/wso2/gateway-controllers/policies/respond@v0
- name: semantic-cache
gomodule: github.com/wso2/gateway-controllers/policies/semantic-cache@v0
- name: semantic-prompt-guard
gomodule: github.com/wso2/gateway-controllers/policies/semantic-prompt-guard@v0
- name: sentence-count-guardrail
gomodule: github.com/wso2/gateway-controllers/policies/sentence-count-guardrail@v0
- name: set-headers
gomodule: github.com/wso2/gateway-controllers/policies/set-headers@v0
- name: url-guardrail
gomodule: github.com/wso2/gateway-controllers/policies/url-guardrail@v0
- name: word-count-guardrail
gomodule: github.com/wso2/gateway-controllers/policies/word-count-guardrail@v0
- name: xml-to-json
gomodule: github.com/wso2/gateway-controllers/policies/xml-to-json@v0