Roman, You can use nginx ngx_http_auth_basic_module<http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html>to do it. Nginx allows to define you multiple locations with different rules. If you want to set password protection only for the UI, use location = / {...}
2014-04-30 22:37 GMT+04:00 Roman Sokolkov <[email protected]>: > Hi, guys. > > I wonder are there any plans to implement WebUI authentication? > > In my case i need just simple protection from accidental removing of cloud. > > We couldn't just place simple http auth upfront, because every node uses > API. > > Thank you. > > -- > Roman Sokolkov, > Deployment Engineer, > Mirantis, Inc. > Skype rsokolkov, > [email protected] > > -- > Mailing list: https://launchpad.net/~fuel-dev > Post to : [email protected] > Unsubscribe : https://launchpad.net/~fuel-dev > More help : https://help.launchpad.net/ListHelp > > -- Vitaly Kramskikh, Software Engineer, Mirantis, Inc.
-- Mailing list: https://launchpad.net/~fuel-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~fuel-dev More help : https://help.launchpad.net/ListHelp

