Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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 !!