I've done as the documentation said and installed jpam, user auth works with 
the command line access tools (bin/drill-conf -n user -p pass), but the webui's 
don't show a login page, only the data for number of drill bits, the hostnames 
for each bit, the port addresses, and direct memory numbers.  The drill-env.sh 
file contains the path declaration for jpam as /opt/pam/ (where it was 
installed) and the drill-override.conf has the following drill.exec section:

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
  },
}

Is there something obvious I'm missing to get the user login page to show?

Jose A. "Tony" Alfaro // Application Systems Administrator
ViaSat, Inc.
Email :  [email protected]<mailto:[email protected]>
desk  :  720.568.3061
mobile:  720.467.9481

Reply via email to