v.24.11New Feature
Add User/Password Support in HTTP Handlers
Add ability to set user/password in http_handlers (fordynamic_query_handler/predefined_query_handler). #70725 (Azat Khuzhin).
Why it matters
This feature enhances security by allowing HTTP handlers to require user authentication. It helps prevent unauthorized access to query handlers by enabling credential-based access control.How to use it
Set theuser and password parameters in the configuration for dynamic_query_handler and predefined_query_handler. This enables authentication for those HTTP handlers, requiring clients to provide valid credentials when sending requests.