emqx_authn_http_schema.hocon 792 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. emqx_authn_http_schema {
  2. body.desc:
  3. """HTTP request body."""
  4. body.label:
  5. """Request Body"""
  6. get.desc:
  7. """Configuration of authenticator using HTTP Server as authentication service (Using GET request)."""
  8. headers.desc:
  9. """List of HTTP Headers."""
  10. headers.label:
  11. """Headers"""
  12. headers_no_content_type.desc:
  13. """List of HTTP headers (without <code>content-type</code>)."""
  14. headers_no_content_type.label:
  15. """headers_no_content_type"""
  16. method.desc:
  17. """HTTP request method."""
  18. method.label:
  19. """Request Method"""
  20. post.desc:
  21. """Configuration of authenticator using HTTP Server as authentication service (Using POST request)."""
  22. request_timeout.desc:
  23. """HTTP request timeout."""
  24. request_timeout.label:
  25. """Request Timeout"""
  26. url.desc:
  27. """URL of the HTTP server."""
  28. url.label:
  29. """URL"""
  30. }