Support Questions

Find answers, ask questions, and share your expertise

What are the different methods to create 100 of policies in Apache Ranger in one go ??

avatar
Expert Contributor

Hi Guys,

I am trying to explore different ways of creating multiple policies in Apache Ranger. So far i haven't found any related documentation.Any help will be appreciated.

Thanks in Advance,

Subash

1 ACCEPTED SOLUTION

avatar

you can write a script to invoke rest call 100 times to create the policies :

service/public/v2/api/policy

there is more documentation available on the same here:

https://cwiki.apache.org/confluence/display/RANGER/REST+APIs+for+Service+Definition%2C+Service+and+P...

View solution in original post

2 REPLIES 2

avatar

you can write a script to invoke rest call 100 times to create the policies :

service/public/v2/api/policy

there is more documentation available on the same here:

https://cwiki.apache.org/confluence/display/RANGER/REST+APIs+for+Service+Definition%2C+Service+and+P...

avatar
Expert Contributor

Thanks @Deepak !!