Relative Content

Tag Archive for apache-drill

enable admin access for a user in apache drill UI

I have enabled user authentication in drill using Custom Authenticators.
I am following guide from https://drill.apache.org/docs/creating-custom-authenticators/
Implemented the class with a hard coded user/password, created the jar and placed it in /jars folder.
Able to see the login screen, login is working with user/password.