Reputation: 345
I have authentication turned on with Apache Drill 1.10 and can use sqlline and jdbc fine with my configured users. However when I try logging into the web console I can log in but then when I click on the query button I am always redirected to the login page again.
Upvotes: 1
Views: 662
Reputation: 88
In /conf/drill-override.conf, enable https by adding "drill.exec.http.ssl_enabled: true" Then connect with https:\:8047 This fixed the problem for me.
Upvotes: 3