That's probably because your login is not an admin user, or does not belong to a group having the admin authorization. Take a look at [1]
[1] https://drill.apache.org/docs/configuring-web-console-and-rest-api-security/ On Fri, Aug 26, 2016 at 12:10 AM, Sonali Ghorpade <[email protected]> wrote: > Hi, > > I have configured custom authentication in dill and modified the > drill-override.conf file according to the documentation mentioned in below > link. > > https://drill.apache.org/docs/configuring-user-authentication/ > my authentication jar is working fine. but after modifying the > drill-override.conf the Storage, Threads, Logs tab in drill web UI is not > seen. can anyone please help me with this issue. my content of > rill-override.conf are > drill.exec { > > cluster-id: "XXXXXXX", > > zk.connect: "XXXX", > security.user.auth { > > enabled: true, > > packages += "org.ebi.drill.security", > > impl: "CustomAuthenticatorType" > > } > > } > if i comment the security.user.auth the Storage, Threads, Logs tab in drill > web UI is shown.please refer the attachment
