yangyuxia opened a new pull request, #9112: URL: https://github.com/apache/gravitino/pull/9112
[#9108 ]fix(server-common) Update the mapping between principal and username ### What changes were proposed in this pull request? Tenant principals are typically in the format "userName/groupName@realm". When accessing a Kerberos-authenticated Gravitino server using the spark-connector, the tenant's username is mapped to "userName/groupName". However, there is no "userName/groupName" user in Hadoop. Hadoop's auth_to_local rule generally maps to "userName". ### Why are the changes needed? permission verification Fix: #9108 ### Does this PR introduce _any_ user-facing change? N/A. ### How was this patch tested? ITs -- 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]
