DeemOpen / zkui

A UI dashboard that allows CRUD operations on Zookeeper.
2.36k stars 977 forks source link

Is there a mechanism to disable authentication ? #15

Closed ncoutinho1 closed 8 years ago

ncoutinho1 commented 8 years ago

We plan to deploy this in our QA environment and were looking for options to disable any authentication.

gitorko commented 8 years ago

With some code change yes. Take a look at AuthFilter.java However the reason for having auth is to track the change history. If the reason for disabling is so that people dont know the username/pwd you can put the default one in the property: loginMessage which gets displayed on the login page so that people dont need to remember it.