Member since
08-21-2023
2
Posts
1
Kudos Received
0
Solutions
06-14-2024
01:14 AM
1 Kudo
Hi @kothari Have you checked if there were any events or error during page load in the Ranger Admin logs? Also can you check the heap value for the service once? Is it the same behaviour in all browsers ,. if it is specific to one, can you clean browser cache and retry? Thanks
... View more
08-24-2023
12:31 PM
@kothari It is not Ranger's job to inform the client applications using Ranger what users belong to what group. Each client application is responsible for determining which groups the user authenticated into that service belong to. The policies generated by Ranger are downloaded by the client applications. Within that downloaded policy json will be a resource identifier(s), list if user identities authorized (read, write, and/or delete) , and list of group identities authorized (read, write, or delete) against each resource identifier. So when client checks the downloaded policies from Ranger it is looking for the user identity being authorized and if client is aware of the group(s) that user belongs to, will also check authorization for that group identity. so in your case, it i s most likely that your client service/application has not been configured with the same user and group association setup in your Ranger service. If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped. Thank you, Matt
... View more