Kwafoor commented on code in PR #6042:
URL: https://github.com/apache/kyuubi/pull/6042#discussion_r1477796409
##########
docs/configuration/settings.md:
##########
@@ -246,6 +246,7 @@ You can configure the Kyuubi properties in
`$KYUUBI_HOME/conf/kyuubi-defaults.co
| kyuubi.frontend.mysql.worker.keepalive.time | PT1M
| Time(ms) that an idle async thread of the command execution thread pool will
wait for a new task to arrive before terminating in MySQL frontend service
| duration | 1.4.0 |
| kyuubi.frontend.protocols | THRIFT_BINARY,REST
| A comma-separated list for all frontend protocols <ul> <li>THRIFT_BINARY -
HiveServer2 compatible thrift binary protocol.</li> <li>THRIFT_HTTP -
HiveServer2 compatible thrift http protocol.</li> <li>REST - Kyuubi defined
REST API(experimental).</li> <li>MYSQL - MySQL compatible text
protocol(experimental).</li> <li>TRINO - Trino compatible http
protocol(experimental).</li> </ul>
| seq | 1.4.0 |
| kyuubi.frontend.proxy.http.client.ip.header | X-Real-IP
| The HTTP header to record the real client IP address. If your server is
behind a load balancer or other proxy, the server will see this load balancer
or proxy IP address as the client IP address, to get around this common issue,
most load balancers or proxies offer the ability to record the real remote IP
address in an HTTP header that will be added to the request for other devices
to use. Note that, because the header value can be specified to any IP address,
so it will not be used for authentication. | string | 1.6.0 |
+| kyuubi.frontend.rest.authentication | NONE
| A comma-separated list of client authentication types. It fallback to
`kyuubi.authentication` if not configure.
| seq | 1.9.0 |
Review Comment:
mysql and other forntend protocols would implement in another PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]