emqx_authz_http_schema.hocon 788 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. emqx_authz_http_schema {
  2. method.desc:
  3. """HTTP method."""
  4. method.label:
  5. """method"""
  6. body.desc:
  7. """HTTP request body."""
  8. body.label:
  9. """Request Body"""
  10. url.desc:
  11. """URL of the auth server."""
  12. url.label:
  13. """URL"""
  14. headers.desc:
  15. """List of HTTP Headers."""
  16. headers.label:
  17. """Headers"""
  18. headers_no_content_type.desc:
  19. """List of HTTP headers (without <code>content-type</code>)."""
  20. headers_no_content_type.label:
  21. """headers_no_content_type"""
  22. http_post.desc:
  23. """Authorization using an external HTTP server (via POST requests)."""
  24. http_post.label:
  25. """http_post"""
  26. request_timeout.desc:
  27. """HTTP request timeout."""
  28. request_timeout.label:
  29. """Request Timeout"""
  30. http_get.desc:
  31. """Authorization using an external HTTP server (via GET requests)."""
  32. http_get.label:
  33. """http_get"""
  34. }