Re: Rest & web authentication

2015-12-07 Thread Keys Botzum
I think this answers your question (the answer is yes according to the docs): https://drill.apache.org/docs/configuring-web-console-and-rest-api-security/ Keys ___ Keys Botzum

Rest & web authentication

2015-12-07 Thread Niko Arvilommi
Hi Is it possible to secure the WEB UI and REST api with password or similiar methods. Shared keys or something ? It seems to be too open if it not possible Best Niko Arvilommi

Re: Rest & web authentication

2015-12-07 Thread Sudheesh Katkam
Hi Niko, Web authentication is not available yet; DRILL-3201 is being reviewed. The doc pages are ahead. Thank you, Sudheesh > On Dec 7, 2015, at 7:06 AM, Keys Botzum wrote: > > I think this answers your question (the

Re: Rest & web authentication

2015-12-07 Thread John Omernik
This is really odd to me. I have 1.3 (Compiled by MapR) running on my cluster right now. I added libjpam.so to my java.library.path, and I have ldap configured on the nodes in pam. When I hit the Web UI (via HTTPS, HTTP is disabled) I get prompt for user name and the authentication goes against

Re: Rest & web authentication

2015-12-07 Thread Sudheesh Katkam
Hi John, MapR Drill 1.3 has the web authentication feature (DRILL-3201), whereas Apache Drill 1.3 does not. Thank you, Sudheesh > On Dec 7, 2015, at 11:16 AM, John Omernik wrote: > > This is really odd to me. I have 1.3 (Compiled by MapR) running on my > cluster right now.

Re: Rest & web authentication

2015-12-07 Thread Kristine Hahn
Drill on MapR has the features you're describing: http://doc.mapr.com/display/MapR/Configuring+Web+Console+and+REST+API+Security . The differences between the open source and MapR versions are listed on http://doc.mapr.com/display/components/Drill+1.2.0+Release+Notes. The web security feature was

Re: Rest & web authentication

2015-12-07 Thread John Omernik
Ahh I see. That explains that. Will it only be included in Drill 1.5 and greater? That seems a ways out... it's a great feature :) On Mon, Dec 7, 2015 at 1:55 PM, Kristine Hahn wrote: > Drill on MapR has the features you're describing: > >