You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/07/13 05:01:51 UTC

[GitHub] [incubator-kyuubi] turboFei commented on a diff in pull request #3053: [KYUUBI #3052] Support to get the real client ip address for http connection when using VIP as kyuubi server load balancer

turboFei commented on code in PR #3053:
URL: https://github.com/apache/incubator-kyuubi/pull/3053#discussion_r919650122


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -580,6 +580,17 @@ object KyuubiConf {
       .booleanConf
       .createWithDefault(true)
 
+  val FRONTEND_PROXY_HTTP_CLIENT_IP_HEADER: ConfigEntry[String] =

Review Comment:
   It is a config for the proxy.
   
   I am using ebay hlb, the header is `X-eBay-Web-Tier-IP`.



-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org