You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
428 B

[
{
"appId": "iam",
"enable": true,
"paths": [
{
"path": "/**/identity/token/analyze",
"enable": true,
"retry": {
"retries": 3,
"statuses": "502",
"methods": "POST",
"backoff": {
"type": "simple",
"firstBackoff": "500",
"maxBackoff": "50000",
"factor": 2
}
}
}
]
}
]