Hi, I am using a custom ranger plugin to interact with Ranger from my project. However I am facing issues wrt authentication in the policyrefresher thread.
-> Given that the ranger server I am using is Kerberized, I was wondering which configs need to be set for passing the principal and keytab of my user to negotiate with the server. I looked through the ranger code but in vain. ->This is causing auth failures in the policy refresher thread. Only a manual kinit using the keytab and restarting my service is helping. Otherwise, the thread is unable to keep refreshing the tgt which I assume is due to it being unable to find any keytab file being passed to it. Request some help here. Thanks in advance, Rajitha