bowenliang123 commented on code in PR #5120:
URL: https://github.com/apache/kyuubi/pull/5120#discussion_r1284301394
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2657,6 +2657,13 @@ object KyuubiConf {
.stringConf
.createOptional
+ val ENGINE_JDBC_USE_SESSION_USER_PASSWORD: ConfigEntry[Boolean] =
+ buildConf("kyuubi.engine.jdbc.connection.use.session.user.password")
Review Comment:
I have limited this feature effecting on CONNECTION/USER share level.
Meanwhile,
In the current implementation of JDBC engine, every session has a dedicated
JDBC connection. Therefore, I think we should allow them to custom session's
user/password in runtime, even in GROUP and SERVER level which only controls
the share level of engine instance but not the exact JDBC connection.
--
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]