Tony Alfaro created DRILL-4077:
----------------------------------
Summary: Web UI doesn't show a login page
Key: DRILL-4077
URL: https://issues.apache.org/jira/browse/DRILL-4077
Project: Apache Drill
Issue Type: Bug
Reporter: Tony Alfaro
I am attempting to setup user authentication for apache drill via the web ui.
This is for a cluster install in which there are three nodes running on CentOS
6.6. I have successfully install jpam and user authentication is forced when
attempting to connect using the drill-conf shell, however when using a browser
to access one of the nodes on 8047, instead of the expected login page the page
showing the number of drill bits, the hostnames for each drillbit, and the
ports associated is presented.
I've added the -Djava.library.path=/opt/pam to the drill-env.sh file as that is
where I installed jpam, and the drill-override.conf has the following
subsections:
{code:xml}
drill.exec: {
cluster-id: "clusterid",
zk.connect: "node01:2181,node02:2181,node03:2181"
security.user.auth {
enabled: true,
packages += "org.apache.drill.exec.rpc.user.security",
impl: "pam",
pam_profiles: [ "sudo", "login" ]
}
http: {
enabled: true,
ssl_enabled: true,
port: 8047
},
}
{code}
Is there anything obvious I'm missing?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)