Created on 03-14-2018 05:57 PM
For fun and related to a case I did this simple example of how to use ranger API.
This particular script just shows how to search for a user and confirm the id of the user you would like to change role of. (Admin/User)
To learn more about the ranger api:
http://ranger.apache.org/apidocs/index.html
http://ranger.apache.org/apidocs/ui/index.html
Created on 03-19-2018 04:09 PM
Nice script. I've added a pull request (I'm just learning about these, so I hope I did that right) with some code that I've used to make my own Atlas scripts more flexible and to make the password invisible when you type it in. I hope you like it.