Skip to content

Failure to implement Authentication on windows #3013

Description

@mmuhluri

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions