apache / apache/drill

Failure to implement Authentication on windows

Open
#3,013 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
2k
Forks
990
Avg merge
1d 8h
Merged PRs (30d)
5

Description

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.

Image
Image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.