Created 08-02-2023 08:33 AM
Team,
Currently using rest api with curl operation for create/update/delete ranger policies from single policy.json file. I want make it more dynamically in which we can able to create/update/delete multiple policies with same policy.json file.
Command:
curl -ik -u ${RANGER_USERNAME}:${RANGER_PASSWORD} -d @policy.json -H Content-type:application/json -X POST ${HOSTNAME}/service/public/api/policy
Is there any way to achieve it, please let me know.
Any help will be much appreciated. Thanks in advance
Created 08-03-2023 01:57 AM
@jia12, Welcome to our community! To help you get the best possible answer, I have tagged our Ranger experts @vamsi_redd @Atahar @Kartik_Agarwal who may be able to assist you further.
Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
Regards,
Vidya Sargur,Created 08-07-2023 02:43 AM
Any update on above query.
Created 08-08-2023 04:48 AM
any help on this would be highly appreciated.