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.

22 lines
428 B

1 year ago
  1. [
  2. {
  3. "appId": "iam",
  4. "enable": true,
  5. "paths": [
  6. {
  7. "path": "/**/identity/token/analyze",
  8. "enable": true,
  9. "retry": {
  10. "retries": 3,
  11. "statuses": "502",
  12. "methods": "POST",
  13. "backoff": {
  14. "type": "simple",
  15. "firstBackoff": "500",
  16. "maxBackoff": "50000",
  17. "factor": 2
  18. }
  19. }
  20. }
  21. ]
  22. }
  23. ]