Skip to content

Commit 93bbc23

Browse files
committed
1 parent 5d1fb3d commit 93bbc23

42 files changed

Lines changed: 339 additions & 339 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/policies_list/3.10.0/policies.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
}
241241
]
242242
},
243-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
243+
"$schema": "http://apicast.io/policy-v1.1/schema",
244244
"configuration": {
245245
"properties": {
246246
"rules": {
@@ -282,7 +282,7 @@
282282
"'/123/456' will be transformed into '/sales/v2/123?account=456'"
283283
],
284284
"name": "URL Rewriting with Captures",
285-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
285+
"$schema": "http://apicast.io/policy-v1.1/schema",
286286
"configuration": {
287287
"definitions": {
288288
"methods": {
@@ -368,7 +368,7 @@
368368
"summary": "Certificates to be used with the upstream API",
369369
"description": "With this policy a new TLS connection with the upstream API will be used with the certificates set in the config",
370370
"name": "Upstream Mutual TLS",
371-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
371+
"$schema": "http://apicast.io/policy-v1.1/schema",
372372
"configuration": {
373373
"title": "Upstream MTLS",
374374
"dependencies": {
@@ -475,7 +475,7 @@
475475
}
476476
]
477477
},
478-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
478+
"$schema": "http://apicast.io/policy-v1.1/schema",
479479
"configuration": {
480480
"definitions": {
481481
"operation": {
@@ -612,7 +612,7 @@
612612
"service. Also it allows to have a custom access logs format per service"
613613
],
614614
"name": "Logging",
615-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
615+
"$schema": "http://apicast.io/policy-v1.1/schema",
616616
"configuration": {
617617
"definitions": {
618618
"value_type": {
@@ -747,7 +747,7 @@
747747
"- None: disables caching."
748748
],
749749
"name": "3scale Auth Caching",
750-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
750+
"$schema": "http://apicast.io/policy-v1.1/schema",
751751
"configuration": {
752752
"properties": {
753753
"caching_type": {
@@ -794,7 +794,7 @@
794794
"summary": "Allows to configure several options for the connections to the upstream",
795795
"description": "Allows to configure several options for the connections to the upstream",
796796
"name": "Upstream Connection",
797-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
797+
"$schema": "http://apicast.io/policy-v1.1/schema",
798798
"configuration": {
799799
"properties": {
800800
"send_timeout": {
@@ -906,7 +906,7 @@
906906
"reporting, etc."
907907
],
908908
"name": "3scale APIcast",
909-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
909+
"$schema": "http://apicast.io/policy-v1.1/schema",
910910
"configuration": {
911911
"properties": {},
912912
"type": "object"
@@ -921,7 +921,7 @@
921921
"Validate client certificates against individual certificates and CA certificates."
922922
],
923923
"name": "TLS Client Certificate Validation",
924-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
924+
"$schema": "http://apicast.io/policy-v1.1/schema",
925925
"configuration": {
926926
"definitions": {
927927
"store": {
@@ -963,7 +963,7 @@
963963
"It's useful for maintenance periods or to temporarily block an API."
964964
],
965965
"name": "Maintenance Mode",
966-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
966+
"$schema": "http://apicast.io/policy-v1.1/schema",
967967
"configuration": {
968968
"properties": {
969969
"message_content_type": {
@@ -1006,7 +1006,7 @@
10061006
}
10071007
]
10081008
},
1009-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1009+
"$schema": "http://apicast.io/policy-v1.1/schema",
10101010
"configuration": {
10111011
"definitions": {
10121012
"operation": {
@@ -1200,7 +1200,7 @@
12001200
"ranges (like 172.18.0.0/16) can be used."
12011201
],
12021202
"name": "IP Check",
1203-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1203+
"$schema": "http://apicast.io/policy-v1.1/schema",
12041204
"configuration": {
12051205
"properties": {
12061206
"error_msg": {
@@ -1288,7 +1288,7 @@
12881288
"A policy which allows Websocket traffic for the service"
12891289
],
12901290
"name": "Websocket",
1291-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1291+
"$schema": "http://apicast.io/policy-v1.1/schema",
12921292
"configuration": {
12931293
"properties": {},
12941294
"type": "object"
@@ -1304,7 +1304,7 @@
13041304
"responses."
13051305
],
13061306
"name": "Rate Limits Headers",
1307-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1307+
"$schema": "http://apicast.io/policy-v1.1/schema",
13081308
"configuration": {},
13091309
"version": "builtin"
13101310
}
@@ -1343,7 +1343,7 @@
13431343
"summary": "Allows to retry requests to the upstream",
13441344
"description": "Allows to retry requests to the upstream",
13451345
"name": "Retry",
1346-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1346+
"$schema": "http://apicast.io/policy-v1.1/schema",
13471347
"configuration": {
13481348
"properties": {
13491349
"retries": {
@@ -1379,7 +1379,7 @@
13791379
}
13801380
]
13811381
},
1382-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1382+
"$schema": "http://apicast.io/policy-v1.1/schema",
13831383
"configuration": {
13841384
"required": [
13851385
"auth_type"
@@ -1446,7 +1446,7 @@
14461446
"To enable full HTTP2 traffic from the user to the final endpoint "
14471447
],
14481448
"name": "HTTP2 Endpoint",
1449-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1449+
"$schema": "http://apicast.io/policy-v1.1/schema",
14501450
"configuration": {
14511451
"properties": {},
14521452
"type": "object"
@@ -1469,7 +1469,7 @@
14691469
"reported against 3scale's backend."
14701470
],
14711471
"name": "SOAP",
1472-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1472+
"$schema": "http://apicast.io/policy-v1.1/schema",
14731473
"configuration": {
14741474
"properties": {
14751475
"mapping_rules": {
@@ -1537,7 +1537,7 @@
15371537
}
15381538
]
15391539
},
1540-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1540+
"$schema": "http://apicast.io/policy-v1.1/schema",
15411541
"configuration": {
15421542
"properties": {},
15431543
"type": "object"
@@ -1555,7 +1555,7 @@
15551555
"rate limits."
15561556
],
15571557
"name": "3scale Batcher",
1558-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1558+
"$schema": "http://apicast.io/policy-v1.1/schema",
15591559
"configuration": {
15601560
"properties": {
15611561
"batch_report_seconds": {
@@ -1579,7 +1579,7 @@
15791579
"This policy adds rate limit."
15801580
],
15811581
"name": "Edge Limiting",
1582-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1582+
"$schema": "http://apicast.io/policy-v1.1/schema",
15831583
"configuration": {
15841584
"definitions": {
15851585
"error_handling": {
@@ -1865,7 +1865,7 @@
18651865
"This policy add limits based on request or response content size."
18661866
],
18671867
"name": "Response/Request content limits",
1868-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1868+
"$schema": "http://apicast.io/policy-v1.1/schema",
18691869
"configuration": {
18701870
"type": "object",
18711871
"properties": {
@@ -1909,7 +1909,7 @@
19091909
"the headers included in the response."
19101910
],
19111911
"name": "Header Modification",
1912-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
1912+
"$schema": "http://apicast.io/policy-v1.1/schema",
19131913
"configuration": {
19141914
"definitions": {
19151915
"commands": {
@@ -2015,7 +2015,7 @@
20152015
}
20162016
]
20172017
},
2018-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2018+
"$schema": "http://apicast.io/policy-v1.1/schema",
20192019
"configuration": {
20202020
"properties": {
20212021
"allow_headers": {
@@ -2094,7 +2094,7 @@
20942094
"This policy cannot be configured from the 3scale Admin Portal."
20952095
],
20962096
"name": "Conditional Policy [Tech preview]",
2097-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2097+
"$schema": "http://apicast.io/policy-v1.1/schema",
20982098
"configuration": {
20992099
"definitions": {
21002100
"operation": {
@@ -2210,7 +2210,7 @@
22102210
"a status code."
22112211
],
22122212
"name": "Echo",
2213-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2213+
"$schema": "http://apicast.io/policy-v1.1/schema",
22142214
"configuration": {
22152215
"properties": {
22162216
"status": {
@@ -2246,7 +2246,7 @@
22462246
"summary": "Sends the 'Referer' to 3scale backend so it can be validated.",
22472247
"description": "Sends the 'Referer' to 3scale backend for validation.",
22482248
"name": "3scale Referrer",
2249-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2249+
"$schema": "http://apicast.io/policy-v1.1/schema",
22502250
"configuration": {
22512251
"properties": {},
22522252
"type": "object"
@@ -2269,7 +2269,7 @@
22692269
"chain, then the mapping rules will apply to the original path."
22702270
],
22712271
"name": "URL Rewriting",
2272-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2272+
"$schema": "http://apicast.io/policy-v1.1/schema",
22732273
"configuration": {
22742274
"definitions": {
22752275
"methods": {
@@ -2466,7 +2466,7 @@
24662466
"using plain or liquid filters."
24672467
],
24682468
"name": "JWT Claim Check",
2469-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2469+
"$schema": "http://apicast.io/policy-v1.1/schema",
24702470
"configuration": {
24712471
"definitions": {
24722472
"value_type": {
@@ -2596,7 +2596,7 @@
25962596
"This policy verifies realm roles and client roles in the access token."
25972597
],
25982598
"name": "RH-SSO/Keycloak Role Check",
2599-
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
2599+
"$schema": "http://apicast.io/policy-v1.1/schema",
26002600
"configuration": {
26012601
"definitions": {
26022602
"value_type": {

0 commit comments

Comments
 (0)