Member since
10-10-2023
2
Posts
0
Kudos Received
0
Solutions
04-24-2024
02:01 AM
1 Kudo
Hi @arturbrandys2 You can use the below command to set it. alternatives --set python /usr/bin/python2 Or You can also try create a symlink to the above path and restart atlas service. Thanks.
... View more
10-10-2023
12:15 PM
1 Kudo
@arturbrandys2 Policies are defined by the end services utilizing Ranger. Ranger also does not make authorization decisions. Each service runs a client that downloads the latest policy definitions json from Ranger for its specific service. The end service then uses those policy definitions to handle authorizations for the service. Ranger does not offer a method to define an "and" relationship between multiple groups. Even if this was possible, the end services would need to also be modified to handle that association when making access decisions based on the downloaded json. If you found any of the suggestions/solutions provided helped you with your issue, please take a moment to login and click "Accept as Solution" on one or more of them that helped. Thank you, Matt
... View more