1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501 |
- {
- "basic-auth": [
- {
- "type": "consumer",
- "shouldValid": true,
- "data": {
- "username": "foo",
- "password": "bar"
- }
- },
- {
- "type": "consumer",
- "shouldValid": false,
- "data": {
- "username": 123,
- "password": "bar"
- }
- },
- {
- "type": "consumer",
- "shouldValid": false,
- "data": {
- "username": "foo"
- }
- },
- {
- "type": "consumer",
- "shouldValid": false,
- "data": {}
- },
- {
- "type": "consumer",
- "shouldValid": false,
- "data": "blah"
- },
- {
- "shouldValid": true,
- "data": {}
- }
- ],
- "hmac-auth": [
- {
- "shouldValid": true,
- "data": {}
- }
- ],
- "jwt-auth": [
- {
- "shouldValid": true,
- "data": {}
- }
- ],
- "key-auth": [
- {
- "shouldValid": true,
- "data": {}
- }
- ],
- "wolf-rbac": [
- {
- "shouldValid": true,
- "data": {}
- }
- ],
- "api-breaker": [
- {
- "shouldValid": true,
- "data": {
- "break_response_code": 502,
- "break_response_body": "{\"message\":\"breaker opened.\"}",
- "break_response_headers": [
- { "key": "Content-Type", "value": "application/json" },
- { "key": "Content-Type", "value": "application/json+v1" }
- ],
- "unhealthy": {
- "http_statuses": [500],
- "failures": 1
- },
- "healthy": {
- "http_statuses": [200],
- "successes": 1
- }
- }
- },
- {
- "shouldValid": true,
- "data": {
- "break_response_code": 502
- }
- },
- {
- "shouldValid": true,
- "data": {
- "break_response_code": 502,
- "healthy": {}
- }
- },
- {
- "shouldValid": true,
- "data": {
- "break_response_code": 502,
- "unhealthy": {}
- }
- },
- {
- "shouldValid": false,
- "data": {
- "break_response_code": 199,
- "unhealthy": {
- "http_statuses": [500, 503],
- "failures": 3
- },
- "healthy": {
- "http_statuses": [200, 206],
- "successes": 3
- }
- }
- },
- {
- "shouldValid": false,
- "data": {
- "break_response_code": 200,
- "max_breaker_sec": -1
- }
- },
- {
- "shouldValid": false,
- "data": {
- "break_response_code": 200,
- "max_breaker_sec": 40,
- "unhealthy": {
- "http_statuses": [500, 603],
- "failures": 3
- },
- "healthy": {
- "http_statuses": [200, 206],
- "successes": 3
- }
- }
- },
- {
- "shouldValid": false,
- "data": {
- "break_response_code": 500,
- "unhealthy": {
- "http_statuses": [500, 503],
- "failures": 3
- },
- "healthy": {
- "http_statuses": [206, 206],
- "successes": 3
- }
- }
- },
- {
- "shouldValid": true,
- "data": {
- "break_response_code": 599,
- "unhealthy": {
- "http_statuses": [500, 503],
- "failures": 3
- },
- "healthy": {
- "http_statuses": [200, 206],
- "successes": 3
- }
- }
- },
- {
- "shouldValid": true,
- "data": {
- "break_response_code": 502,
- "unhealthy": {
- "failures": 3
- },
- "healthy": {
- "successes": 3
- }
- }
- },
- {
- "shouldValid": true,
- "data": {
- "break_response_code": 502,
- "max_breaker_sec": 10,
- "unhealthy": {
- "http_statuses": [500, 503],
- "failures": 1
- },
- "healthy": {
- "successes": 3
- }
- }
- }
- ],
- "authz-keycloak": [
- {
- "shouldValid": true,
- "data": {
- "client_id": "foo",
- "token_endpoint": "https://host.domain/auth/realms/foo/protocol/openid-connect/token"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "client_id": "foo",
- "discovery": "https://host.domain/auth/realms/foo/.well-known/uma2-configuration"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "client_id": "foo",
- "lazy_load_paths": true,
- "token_endpoint": "https://host.domain/auth/realms/foo/protocol/openid-connect/token",
- "resource_registration_endpoint": "https://host.domain/auth/realms/foo/authz/protection/resource_set"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "client_id": "foo",
- "lazy_load_paths": true,
- "discovery": "https://host.domain/auth/realms/foo/.well-known/uma2-configuration"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "discovery": "https://host.domain/auth/realms/foo/.well-known/uma2-configuration",
- "token_endpoint": "https://host.domain/auth/realms/foo/protocol/openid-connect/token",
- "resource_registration_endpoint": "https://host.domain/auth/realms/foo/authz/protection/resource_set",
- "client_id": "University",
- "audience": "University",
- "client_secret": "secret",
- "grant_type": "urn:ietf:params:oauth:grant-type:uma-ticket",
- "policy_enforcement_mode": "ENFORCING",
- "permissions": ["res:customer#scopes:view"],
- "lazy_load_paths": false,
- "http_method_as_scope": false,
- "timeout": 1000,
- "ssl_verify": false,
- "cache_ttl_seconds": 1000,
- "keepalive": true,
- "keepalive_timeout": 10000,
- "keepalive_pool": 5
- }
- },
- {
- "shouldValid": false,
- "data": {
- "client_id": "foo"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "discovery": "https://host.domain/auth/realms/foo/.well-known/uma2-configuration"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "client_id": "foo",
- "token_endpoint": "https://host.domain/auth/realms/foo/protocol/openid-connect/token",
- "lazy_load_paths": true
- }
- }
- ],
- "batch-requests": [],
- "consumer-restriction": [
- {
- "shouldValid": true,
- "data": {
- "title": "whitelist",
- "whitelist": ["jack1", "jack2"]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "whitelist": ["jack1"],
- "blacklist": ["jack2"]
- }
- }
- ],
- "cors": [
- {
- "shouldValid": true,
- "data": {
- "allow_origins": "*",
- "allow_methods": "*",
- "allow_headers": "*",
- "expose_headers": "*",
- "max_age": 5,
- "allow_credential": false
- }
- },
- {
- "shouldValid": false,
- "data": {
- "allow_origins": "",
- "allow_methods": "",
- "allow_headers": "",
- "expose_headers": "",
- "max_age": "600",
- "allow_credential": true
- }
- }
- ],
- "echo": [],
- "fault-injection": [
- {
- "shouldValid": false,
- "data": {
- "abort": {
- "http_status": 100,
- "body": "Fault Injection!\n"
- }
- }
- },
- {
- "shouldValid": false,
- "data": {
- "abort": {}
- }
- },
- {
- "shouldValid": false,
- "data": {}
- },
- {
- "shouldValid": false,
- "data": {
- "delay": {}
- }
- },
- {
- "shouldValid": false,
- "data": {
- "delay": {
- "duration": "test"
- }
- }
- }
- ],
- "grpc-transcode": [],
- "http-logger": [
- {
- "shouldValid": true,
- "data": {
- "uri": "http://127.0.0.1"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "uri": "http://127.0.0.1",
- "auth_header": "Basic 123",
- "timeout": 3,
- "name": "http-logger",
- "max_retry_count": 2,
- "retry_delay": 2,
- "buffer_duration": 2,
- "inactive_timeout": 2,
- "batch_max_size": 500
- }
- },
- {
- "shouldValid": false,
- "data": {
- "auth_header": "Basic 123",
- "timeout": 3,
- "name": "http-logger",
- "max_retry_count": 2,
- "retry_delay": 2,
- "buffer_duration": 2,
- "inactive_timeout": 2,
- "batch_max_size": 500
- }
- }
- ],
- "ip-restriction": [
- {
- "shouldValid": true,
- "data": {
- "whitelist": ["10.255.254.0/24", "192.168.0.0/16"]
- }
- },
- {
- "shouldValid": false,
- "data": {
- "whitelist": ["10.255.256.0/24", "192.168.0.0/16"]
- }
- },
- {
- "shouldValid": false,
- "data": {
- "whitelist": ["10.255.254.0/38", "192.168.0.0/16"]
- }
- },
- {
- "shouldValid": false,
- "data": {}
- },
- {
- "shouldValid": false,
- "data": {
- "blacklist": []
- }
- },
- {
- "shouldValid": false,
- "data": {
- "whitelist": ["172.17.40.0/24"],
- "blacklist": ["10.255.0.0/16"]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "blacklist": ["::1", "fe80::/32"]
- }
- }
- ],
- "kafka-logger": [
- {
- "shouldValid": true,
- "data": {
- "kafka_topic": "test",
- "key": "key1",
- "broker_list": {
- "127.0.0.1": 3
- }
- }
- },
- {
- "shouldValid": false,
- "data": {
- "kafka_topic": "test",
- "key": "key1"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "kafka_topic": "test",
- "key": "key1",
- "broker_list": {
- "127.0.0.1": 3000
- },
- "timeout": "10"
- }
- }
- ],
- "limit-conn": [
- {
- "shouldValid": true,
- "data": {
- "conn": 1,
- "burst": 0,
- "default_conn_delay": 0.1,
- "key": "remote_addr"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "conn": 1,
- "default_conn_delay": 0.1,
- "key": "remote_addr"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "conn": 1,
- "burst": -1,
- "default_conn_delay": 0.1,
- "key": "remote_addr"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "conn": -1,
- "burst": 1,
- "default_conn_delay": 0.1,
- "key": "remote_addr"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "conn": 100,
- "burst": 50,
- "default_conn_delay": -1,
- "key": "server_addr"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "conn": 5,
- "burst": 1,
- "default_conn_delay": 0.1,
- "key": "consumer_name"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "conn": 5,
- "burst": 1,
- "default_conn_delay": 0.1,
- "rejected_code": 503,
- "key": "http_x_real_ip"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "conn": 5,
- "burst": 1,
- "default_conn_delay": 0.1,
- "rejected_code": 503,
- "key": "http_x_forwarded_for"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "conn": 5,
- "burst": 1,
- "default_conn_delay": 0.1,
- "key": "remote_addr"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "conn": 5,
- "burst": 1,
- "default_conn_delay": 0.1,
- "key": "server_addr"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "conn": 5,
- "burst": 1,
- "default_conn_delay": 0.1,
- "key": "server_addr",
- "rejected_code": 503,
- "rejected_msg": "test"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "conn": 5,
- "burst": 1,
- "default_conn_delay": 0.1,
- "key": "server_addr",
- "rejected_code": 600
- }
- },
- {
- "shouldValid": false,
- "data": {
- "conn": 5,
- "burst": 1,
- "default_conn_delay": 0.1,
- "key": "server_addr",
- "rejected_msg": ""
- }
- },
- {
- "shouldValid": false,
- "data": {
- "conn": 5,
- "burst": 1,
- "default_conn_delay": 0.1,
- "key": "server_addr",
- "allow_degradation": 1
- }
- }
- ],
- "limit-count": [
- {
- "shouldValid": true,
- "data": {
- "count": 2,
- "time_window": 60,
- "rejected_code": 503,
- "key": "remote_addr",
- "policy": "local"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "count": 2,
- "time_window": 60,
- "rejected_code": 503,
- "key": "host",
- "policy": "local"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "time_window": 60,
- "rejected_code": 503,
- "policy": "local"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "count": -100,
- "time_window": 60,
- "rejected_code": 503,
- "key": "remote_addr",
- "policy": "local"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "count": 2,
- "time_window": 60,
- "rejected_code": 503,
- "key": "server_addr",
- "policy": "local"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "count": 2,
- "time_window": 60,
- "key": "remote_addr",
- "policy": "local"
- }
- }
- ],
- "limit-req": [
- {
- "shouldValid": true,
- "data": {
- "rate": 1,
- "burst": 0,
- "rejected_code": 503,
- "key": "remote_addr"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "burst": 0,
- "rejected_code": 503,
- "key": "remote_addr"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "rate": -1,
- "burst": 0.1,
- "rejected_code": 503,
- "key": "remote_addr"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "rate": 1,
- "burst": 0,
- "key": "remote_addr"
- }
- }
- ],
- "openid-connect": [
- {
- "shouldValid": true,
- "data": {
- "client_id": "a",
- "client_secret": "b",
- "discovery": "c"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "client_secret": "b",
- "discovery": "c"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "client_id": 123,
- "client_secret": "b",
- "discovery": "c"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "client_id": "kbyuFDidLLm280LIwVFiazOqjO3ty8KH",
- "client_secret": "60Op4HFM0I8ajz0WdiStAbziZ-VFQttXuxixHHs2R7r7-CW8GR79l-mmLqMhc-Sa",
- "discovery": "http://127.0.0.1:1980/.well-known/openid-configuration",
- "redirect_uri": "https://iresty.com",
- "ssl_verify": false,
- "timeout": 10,
- "scope": "apisix"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "discovery": "http://127.0.0.1:8090/auth/realms/University/.well-known/openid-configuration",
- "realm": "University",
- "client_id": "course_management",
- "client_secret": "d1ec69e9-55d2-4109-a3ea-befa071579d5",
- "redirect_uri": "http://127.0.0.1:]] .. ngx.var.server_port .. [[/authenticated",
- "ssl_verify": false,
- "timeout": 10,
- "introspection_endpoint_auth_method": "client_secret_post",
- "introspection_endpoint": "http://127.0.0.1:8090/auth/realms/University/protocol/openid-connect/token/introspect",
- "set_access_token_header": true,
- "access_token_in_authorization_header": false,
- "set_id_token_header": true,
- "set_userinfo_header": true
- }
- },
- {
- "shouldValid": true,
- "data": {
- "client_id": "kbyuFDidLLm280LIwVFiazOqjO3ty8KH",
- "client_secret": "60Op4HFM0I8ajz0WdiStAbziZ-VFQttXuxixHHs2R7r7-CW8GR79l-mmLqMhc-Sa",
- "discovery": "https://samples.auth0.com/.well-known/openid-configuration",
- "redirect_uri": "https://iresty.com",
- "ssl_verify": false,
- "timeout": 10,
- "bearer_only": true,
- "scope": "apisix"
- }
- }
- ],
- "prometheus": [
- {
- "shouldValid": true,
- "data": {}
- },
- {
- "shouldValid": true,
- "data": {
- "invalid": "invalid"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "invalid_property": 1
- }
- }
- ],
- "proxy-cache": [
- {
- "shouldValid": true,
- "data": {
- "cache_bypass": ["$arg_bypass"],
- "cache_method": ["GET"],
- "cache_http_status": [200],
- "hide_cache_headers": true,
- "no_cache": ["$arg_no_cache"]
- }
- },
- {
- "shouldValid": false,
- "data": {
- "cache_zone": "disk_cache_one",
- "cache_bypass": ["$arg_bypass"],
- "cache_method": "GET",
- "cache_http_status": [200],
- "hide_cache_headers": true,
- "no_cache": ["$arg_no_cache"]
- }
- },
- {
- "shouldValid": false,
- "data": {
- "cache_zone": "disk_cache_one",
- "cache_key": "${uri}-cache-key",
- "cache_bypass": ["$arg_bypass"],
- "cache_method": ["GET"],
- "cache_http_status": [200],
- "hide_cache_headers": true,
- "no_cache": ["$arg_no_cache"]
- }
- },
- {
- "shouldValid": false,
- "data": {
- "cache_zone": "disk_cache_one",
- "cache_bypass": "$arg_bypass",
- "cache_method": ["GET"],
- "cache_http_status": [200],
- "hide_cache_headers": true,
- "no_cache": ["$arg_no_cache"]
- }
- },
- {
- "shouldValid": false,
- "data": {
- "cache_zone": "disk_cache_one",
- "cache_bypass": ["$arg_bypass"],
- "cache_method": ["GET"],
- "cache_http_status": [200],
- "hide_cache_headers": true,
- "no_cache": "$arg_no_cache"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "cache_zone": "disk_cache_one",
- "cache_key": ["$uri-", "-cache-id"],
- "cache_bypass": ["$arg_bypass"],
- "cache_method": ["GET"],
- "cache_http_status": [200],
- "hide_cache_headers": true,
- "no_cache": ["$arg_no_cache"]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "cache_zone": "disk_cache_one",
- "cache_bypass": ["$arg_bypass"],
- "cache_method": ["GET"],
- "cache_http_status": [200],
- "hide_cache_headers": true,
- "no_cache": ["$arg_no_cache"]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "cache_zone": "disk_cache_one",
- "cache_bypass": ["$arg_bypass"],
- "cache_method": ["GET"],
- "cache_http_status": [200],
- "hide_cache_headers": false,
- "no_cache": ["$arg_no_cache"]
- }
- }
- ],
- "proxy-mirror": [
- {
- "shouldValid": true,
- "data": {
- "host": "http://127.0.0.1"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "host": "127.0.0.1:1999"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "host": "http://127.0.0.1:1999/invalid_uri"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "host": "http://127.0.0.1",
- "sample_ratio": 0.1
- }
- },
- {
- "shouldValid": false,
- "data": {
- "host": "http://127.0.0.1",
- "sample_ratio": 2
- }
- }
- ],
- "proxy-rewrite": [
- {
- "shouldValid": true,
- "data": {
- "uri": "/apisix/home",
- "host": "apisix.apache.org"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "uri": "/uri/plugin_proxy_rewrite",
- "headers": {
- "X-Api-Version": "v2"
- }
- }
- },
- {
- "shouldValid": true,
- "data": {
- "regex_uri": ["^/test/(.*)/(.*)/(.*)", "/$1_$2_$3"]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "uri": "/hello",
- "regex_uri": ["^/test/(.*)", "/${1}1"]
- }
- },
- {
- "shouldValid": false,
- "data": {
- "uri": "home"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "uri": "/apisix/home",
- "host": "apisix.apache.org",
- "scheme": "http",
- "invalid_att": "invalid"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "uri": "/uri",
- "headers": {
- "x-api": "$remote_addr",
- "name": "$arg_name",
- "x-key": "$http_key"
- }
- }
- }
- ],
- "redirect": [
- {
- "shouldValid": true,
- "data": {
- "ret_code": 302,
- "uri": "/foo"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "uri": "/foo"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "uri": "$uri/test/a${arg_name}c",
- "ret_code": 302
- }
- },
- {
- "shouldValid": true,
- "data": {
- "uri": "/foo$$uri",
- "ret_code": 302
- }
- },
- {
- "shouldValid": true,
- "data": {
- "uri": "\\$uri/foo$uri\\$uri/bar",
- "ret_code": 301
- }
- },
- {
- "shouldValid": true,
- "data": {
- "uri": "https://$host$request_uri",
- "ret_code": 301
- }
- },
- {
- "shouldValid": true,
- "data": {
- "http_to_https": true
- }
- },
- {
- "shouldValid": true,
- "data": {
- "http_to_https": true,
- "ret_code": 302
- }
- }
- ],
- "referer-restriction": [
- {
- "shouldValid": true,
- "data": {
- "whitelist": ["*.xx.com", "yy.com"]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "bypass_missing": true,
- "whitelist": ["*.xx.com", "yy.com"]
- }
- },
- {
- "shouldValid": false,
- "data": {
- "whitelist": ["*.xx.com", "yy.com"],
- "message": ""
- }
- },
- {
- "shouldValid": false,
- "data": {
- "whitelist": ["*.xx.com", "yy.com"],
- "blacklist": ["*.xx.com", "yy.com"]
- }
- }
- ],
- "request-id": [
- {
- "shouldValid": true,
- "data": {}
- },
- {
- "shouldValid": false,
- "data": {
- "include_in_response": "bad_type"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "header_name": "Custom-Header-Name"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "include_in_response": true
- }
- }
- ],
- "response-rewrite": [
- {
- "shouldValid": true,
- "data": {
- "body": "Hello world",
- "headers": {
- "X-Server-id": 3
- }
- }
- },
- {
- "shouldValid": false,
- "data": {
- "status_code": 599
- }
- },
- {
- "shouldValid": false,
- "data": {
- "body": 2,
- "headers": {
- "X-Server-id": "3"
- }
- }
- },
- {
- "shouldValid": true,
- "data": {
- "headers": {
- "X-Server-id": 3,
- "X-Server-status": "on",
- "Content-Type": ""
- },
- "body": "new body\n"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "body": "new body2\n"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "headers": {
- "Location": "https://www.apache.org"
- },
- "status_code": 302
- }
- },
- {
- "shouldValid": true,
- "data": {
- "body": "SGVsbG8K",
- "body_base64": true
- }
- },
- {
- "shouldValid": true,
- "data": {
- "body": "1",
- "body_base64": true
- }
- },
- {
- "shouldValid": true,
- "data": {
- "headers": {
- "X-Server-id": 3,
- "X-Server-status": "on",
- "Content-Type": ""
- },
- "body": "new body\n"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "body": "Hello world",
- "headers": {
- "X-Server-id": 3
- },
- "invalid_att": "invalid"
- }
- }
- ],
- "serverless-post-function": [],
- "serverless-pre-function": [],
- "sls-logger": [
- {
- "shouldValid": true,
- "data": {
- "host": "cn-zhangjiakou-intranet.log.aliyuncs.com",
- "port": 10009,
- "project": "your-project",
- "logstore": "your-logstore",
- "access_key_id": "your_access_key",
- "access_key_secret": "your_access_secret"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "host": "cn-zhangjiakou-intranet.log.aliyuncs.com",
- "port": 10009,
- "project": "your-project",
- "logstore": "your-logstore",
- "access_key_id": "your_access_key",
- "access_key_secret": "your_access_secret",
- "timeout": "10"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "host": "100.100.99.135",
- "port": 10009,
- "project": "your_project",
- "logstore": "your_logstore",
- "access_key_id": "your_access_key_id",
- "access_key_secret": "your_access_key_secret",
- "timeout": 30000
- }
- }
- ],
- "syslog": [
- {
- "shouldValid": true,
- "data": {
- "host": "127.0.0.1",
- "port": 3000
- }
- },
- {
- "shouldValid": false,
- "data": { "host": "127.0.0.1" }
- },
- {
- "shouldValid": false,
- "data": {
- "host": "127.0.0.1",
- "port": "3000"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "host": "127.0.0.1",
- "port": 5044
- }
- },
- {
- "shouldValid": true,
- "data": {
- "host": "127.0.0.1",
- "port": 5044,
- "flush_limit": 1,
- "timeout": 1
- }
- },
- {
- "shouldValid": true,
- "data": {
- "host": "127.0.0.1",
- "port": 5044,
- "batch_max_size": 1
- }
- }
- ],
- "tcp-logger": [
- {
- "shouldValid": true,
- "data": { "host": "127.0.0.1", "port": 3000 }
- },
- {
- "shouldValid": false,
- "data": { "port": 3000 }
- },
- {
- "shouldValid": false,
- "data": {
- "host": "127.0.0.1",
- "port": 2000,
- "timeout": "10",
- "tls": false,
- "tls_options": "tls options"
- }
- },
- {
- "shouldValid": true,
- "data": {
- "host": "127.0.0.1",
- "port": 5044,
- "tls": false
- }
- },
- {
- "shouldValid": true,
- "data": {
- "host": "312.0.0.1",
- "port": 2000,
- "batch_max_size": 1,
- "max_retry_count": 2,
- "retry_delay": 0
- }
- },
- {
- "shouldValid": true,
- "data": {
- "host": "127.0.0.1",
- "port": 5044,
- "tls": false,
- "batch_max_size": 1
- }
- }
- ],
- "traffic-split": [
- {
- "shouldValid": true,
- "data": {
- "rules": [
- {
- "match": [
- {
- "vars": [
- ["arg_name", "==", "jack"],
- ["arg_age", "!", "<", "16"]
- ]
- },
- {
- "vars": [
- ["arg_name", "==", "rose"],
- ["arg_age", "!", ">", "32"]
- ]
- }
- ],
- "weighted_upstreams": [
- {
- "upstream": {
- "name": "upstream_A",
- "type": "roundrobin",
- "nodes": { "127.0.0.1:1981": 2 },
- "timeout": { "connect": 15, "send": 15, "read": 15 }
- },
- "weight": 2
- },
- {
- "upstream": {
- "name": "upstream_B",
- "type": "roundrobin",
- "nodes": { "127.0.0.1:1982": 2 },
- "timeout": { "connect": 15, "send": 15, "read": 15 }
- },
- "weight": 2
- },
- {
- "weight": 1
- }
- ]
- }
- ]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "rules": [
- {
- "weighted_upstreams": [
- {
- "upstream": {
- "name": "upstream_A",
- "type": "roundrobin",
- "nodes": { "127.0.0.1:1981": 2 },
- "timeout": { "connect": 15, "send": 15, "read": 15 }
- },
- "weight": 2
- },
- {
- "weight": 1
- }
- ]
- }
- ]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "rules": [
- {
- "match": [
- {
- "vars": ["arg_name", 123, "jack"]
- }
- ],
- "weighted_upstreams": [
- {
- "upstream": {
- "name": "upstream_A",
- "type": "roundrobin",
- "nodes": {
- "127.0.0.1:1981": 2
- },
- "timeout": { "connect": 15, "send": 15, "read": 15 }
- },
- "weight": 2
- },
- {
- "weight": 1
- }
- ]
- }
- ]
- }
- }
- ],
- "udp-logger": [
- {
- "shouldValid": true,
- "data": { "host": "127.0.0.1", "port": 3000 }
- },
- {
- "shouldValid": false,
- "data": { "port": 3000 }
- },
- {
- "shouldValid": false,
- "data": { "host": "127.0.0.1", "port": 3000, "timeout": "10" }
- }
- ],
- "uri-blocker": [
- {
- "shouldValid": true,
- "data": {
- "block_rules": [".+("]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "block_rules": ["^a", "^b"]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "block_rules": ["aa"]
- }
- },
- {
- "shouldValid": true,
- "data": {
- "block_rules": ["aa"],
- "case_insensitive": true
- }
- }
- ],
- "zipkin": [
- {
- "shouldValid": true,
- "data": {
- "endpoint": "http://127.0.0.1",
- "sample_ratio": 0.001
- }
- },
- {
- "shouldValid": false,
- "data": {
- "endpoint": "http://127.0.0.1",
- "sample_ratio": -0.1
- }
- },
- {
- "shouldValid": false,
- "data": {
- "endpoint": "http://127.0.0.1",
- "sample_ratio": 2
- }
- }
- ],
- "request-validation": [
- {
- "shouldValid": true,
- "data": {
- "body_schema": {}
- }
- },
- {
- "shouldValid": false,
- "data": {}
- },
- {
- "shouldValid": true,
- "data": {
- "body_schema": {
- "type": "object",
- "required": ["required_payload"],
- "properties": {
- "required_payload": { "type": "string" },
- "boolean_payload": { "type": "boolean" },
- "timeouts": {
- "type": "integer",
- "minimum": 1,
- "maximum": 254,
- "default": 3
- },
- "req_headers": {
- "type": "array",
- "minItems": 1,
- "items": {
- "type": "string"
- }
- }
- }
- }
- }
- }
- ],
- "mqtt-proxy": [],
- "dubbo-proxy": [
- {
- "shouldValid": true,
- "data": {
- "service_name": "org.apache.dubbo.backend.DemoService",
- "service_version": "0.0.0",
- "method": "hello"
- }
- },
- {
- "shouldValid": false,
- "data": {
- "service_name": "org.apache.dubbo.backend.DemoService",
- "method": "hello"
- }
- }
- ]
- }
|