You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore there is no way to differentiate users bob/DOMAIN1 and bob/DOMAIN2 inside session.
Issue suggests to pass domain part to the session.
Motivation
When using custom GroupProvider and SessionConfAdvisor it might required to know user's domain part of username.
In my case it's possible there are bob/DOMAIN1 and bob/DOMAIN2, so I want to differentiate them.
Describe the solution
Add full username including a domain part to the session config, e.g. kyuubi.session.full.user field.
Additional context
No response
Are you willing to submit PR?
Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
No. I cannot submit a PR at this time.
The text was updated successfully, but these errors were encountered:
Code of Conduct
Search before asking
Describe the feature
Currently username passed to the session is truncated up to first
/
or@
. User logged in asbob/DOMAIN
will produce session with user=bob.kyuubi/kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala
Line 147 in 0feacf1
Therefore there is no way to differentiate users
bob/DOMAIN1
andbob/DOMAIN2
inside session.Issue suggests to pass domain part to the session.
Motivation
When using custom
GroupProvider
andSessionConfAdvisor
it might required to know user's domain part of username.In my case it's possible there are
bob/DOMAIN1
andbob/DOMAIN2
, so I want to differentiate them.Describe the solution
Add full username including a domain part to the session config, e.g.
kyuubi.session.full.user
field.Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: