-
Hi, folks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
Maybe you can use the portal principal to do the login/authentication and pass the actual user with take user-password authentication as an example
you can see the information of all users - |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
The
client ip
has been displayed in the kyuubi engine tab. As for thereal username
we can use a special spark configuration to set it likespark.custom.session.real.user
, unfortunately the session configuration is not displayed in thekyuubi engine tab
, but for connection level engines, we can see it in spark conf.