You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Bridget Bevens (JIRA)" <ji...@apache.org> on 2016/03/01 23:58:18 UTC

[jira] [Created] (DRILL-4461) Drill Custom Authentication Startup Exception

Bridget Bevens created DRILL-4461:
-------------------------------------

             Summary: Drill Custom Authentication Startup Exception
                 Key: DRILL-4461
                 URL: https://issues.apache.org/jira/browse/DRILL-4461
             Project: Apache Drill
          Issue Type: Bug
          Components: Documentation
            Reporter: Bridget Bevens
            Assignee: Bridget Bevens


On page: https://drill.apache.org/docs/configuring-user-authentication/

There is one step that is missing from the doc.

For the custom classpath scanner to find the new class put the following
config code in a file named drill-module.conf at the root of the jar file
with custom authentication class.

drill {
  classpath.scanning {
    packages += "myorg.drill.security"
  }
}

Could you please create a JIRA for changing the documentation?

Thanks
Venki




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)