ClickHouse/dbms
Marek Vavrusa f7a7e8e858 HTTPHandler: added support for X-ClickHouse-*
Support X-ClickHouse-* to allow running behind authenticating LBs, that
pass through user information or enforce fixed user.
The format of the new options follows X-Auth-*

Supported headers are:

* X-ClickHouse-User (identical to "user" URL parameter)
* X-ClickHouse-Key (identical to "password" URL parameter)
* X-ClickHouse-Quota (identical to "quota_key" URL parameter)
2016-12-11 20:46:37 -08:00
..
benchmark Removed sensitive data. 2016-02-08 00:58:58 +03:00
include/DB Preparation [#METR-2944]. 2016-12-12 06:33:34 +03:00
scripts Removed useless file [#METR-20000]. 2016-05-26 21:25:57 +03:00
src HTTPHandler: added support for X-ClickHouse-* 2016-12-11 20:46:37 -08:00
tests Added UUID functions [#METR-23792]. 2016-12-11 13:57:34 +03:00
CMakeLists.txt Preparation [#METR-2944]. 2016-12-12 06:33:34 +03:00