Hi there, I am using knox to access livy to manage spark sessions. To implement authorization I want to provide the method level (get/post/delete/...) authorization. I implemented a new HTTP Service plugin in Ranger but I need to integrate it to the knox or the Ranger's knox plugin so that each HTTP request to the knox is authorized based on the method.
It seems there are two possibilities, one is to update the Knox's authorization interface and another is to update the Ranger's Knox plugin. Would you please suggest a better solution? Thanks Ebrahim
