12 lines
406 B
JSON
12 lines
406 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"id": "dev-k3s:faas:allowall",
|
||
|
|
"upstream": {"preserve_host": true, "url": "http://10.10.90.22", "strip_path": "/faas"},
|
||
|
|
"match": { "url": "https://dev-api.geohub.vn/faas/<.*>", "methods": ["GET", "POST", "PUT", "DELETE", "OPTIONS", "HEAD", "PATCH"] },
|
||
|
|
"authenticators": [ {"handler": "noop"} ],
|
||
|
|
"authorizer": {"handler": "allow"},
|
||
|
|
"mutators": [ {"handler": "header"} ]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
|