Created 11-30-2016 08:44 AM
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
Created 11-30-2016 08:47 AM
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:
Created 11-30-2016 08:47 AM
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:
Created 11-30-2016 08:51 AM
Thanks @Deepak !!