pan3793 commented on PR #5653: URL: https://github.com/apache/kyuubi/pull/5653#issuecomment-1804986330
@mrtisttt thanks for making this PR, for consistent perspective, I think we should name it with `kyuubi.session.proxy.user` currently, Kyuubi uses - `kyuubi.session.real.user` to represent the user who provides the credential for authentication - `hive.server2.proxy.user` to represent who the real user wants to impersonate - `kyuubi.session.user` to represent the final user for authorization For the API side, I think we should shorten the name to `proxyUser`, but allow using `kyuubi.session.proxy.user` in `conf: Map<String, String>` Just something like `spark-submit` ``` spark-submit --driver-memory=2g spark-submit --conf spark.driver.memory=2g ``` -- 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]
