mmuhluri opened a new issue, #3013:
URL: https://github.com/apache/drill/issues/3013

   Before submitting a bug report, please verify that you are using the most 
current version of Drill.  
   
   **Describe the bug**
   I am trying to implement drill authentication for windows. I have followed 
the steps https://drill.apache.org/docs/creating-custom-authenticators/. After 
deploying the jar file, I am getting Error: Failure in starting embedded 
Drillbit: org.apache.drill.exec.exception.DrillbitStartupException: Failed to 
find the implementation of 
'org.apache.drill.exec.rpc.user.security.UserAuthenticator' for type 
'myCustomAuthenticatorType' (state=,code=0)
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Edit the drill-override.conf and add 
   
     security.user.auth {
        enabled: true,
           packages += "myorg.dept.drill.security",
           impl: "myCustomAuthenticatorType"
           }
   2. Deplow attached jar file to jar directory.
   3. Start drill-embedded.bat file
   [jar file and 
pom.zip](https://github.com/user-attachments/files/21729941/jar.file.and.pom.zip)
   
   [jar file and 
pom.zip](https://github.com/user-attachments/files/21729950/jar.file.and.pom.zip)
   
   **Expected behavior**
   I expected drill to request log in details
   
   **Error detail, log output or screenshots**
   I have attached screenshot of error I got.
   
   **Drill version**
   Apache Drill 1.21.1
   
   **Additional context**
   Add any other context about the problem here.
   
   <img width="1056" height="547" alt="Image" 
src="https://github.com/user-attachments/assets/5795382d-7397-44af-ab91-3c3946e2e653";
 />
   <img width="547" height="571" alt="Image" 
src="https://github.com/user-attachments/assets/7596d14d-f312-42a2-b472-e4297eb0acb8";
 />


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to