How to use User and Group Filter in LDAP #6878
Unanswered
A-little-bit-of-data
asked this question in
Q&A
Replies: 1 comment
-
not sure if you got passed this, but your issue is that Spark Thrift is failing you not kyuubi. Kyuubi passes the auth, but your spark config is using the wrong group provider. notice how your event says
You need to set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My requirement is to connect Kyuubi's user and group authentication to LDAP. Currently, the following configuration can only be used to authenticate a single user
But according to the official documentation, it is configured as follows:
No single user can log in, the log is as follows:
The corresponding users have actually been found here, but why does the verification still fail?
When I released the following configuration, I couldn't even find the corresponding relationship
How should I configure LDAP so that I can find a single user and the corresponding group relationship, and the password can match the password in LDAP? If a user corresponds to multiple groups, and I set the sharing level to the group level, how do I choose which engine to connect to?
Now change the configuration to
The log is as follows:
In fact, the corresponding information of the corresponding group is found in the log:
Let's not talk about one user corresponding to multiple groups. Here,
user 'evmli' is a member of 'cn=evm,ou=evm,dc=,dc=com' group
Why at the end
2025-01-06 11:37:26 WARN HadoopGroupProvider:76 - There is no group for evmli, use the client user name as group directly
Then I retreated from the group level to the user level and used evmli to start the spark SQL engine. However, I did not actually configure the spark configuration of evmli, only the evm configuration. If I want to implement such a function, does the existing kyuubi corresponding ldap configuration not support it?
Beta Was this translation helpful? Give feedback.
All reactions