To add on Arina's reply:
Authentication on WebServer side happens using PLAIN mechanism with PAM authenticator. So when authentication is enabled [1], you can login to WebUI using credentials of any user present on the node to which you are connecting to. For example: If you are connecting to WebServer running on http://10.10.10.10:8047, then you can login using user bob credentials, provided bob is a valid user on node 10.10.10.10 [1] https://drill.apache.org/docs/configuring-plain-security/ Thanks, Sorabh ________________________________ From: Arina Yelchiyeva <[email protected]> Sent: Thursday, August 10, 2017 5:03:49 AM To: user Subject: Re: Drill UI (8047) Default User and Password Currently if you did not configure authorization, Drill does not require entering login and password. All queries will be run under the user who started the drillbit. On Web UI, user who ran the queries will be shown as anonymous. Though if you did than it would depend on those users whom you have allowed access [1]. [1] https://drill.apache.org/docs/securing-drill-introduction/ Kind regards Arina On Thu, Aug 10, 2017 at 2:50 PM, Ascot Moss <[email protected]> wrote: > Hi, > > What is the default login name and password for drill 8047 port UI? > > (Drill version: 1.11.0) > > regards >
