← Back to team overview

fuel-dev team mailing list archive

Re: WebUI authenticaion

 

May be it could help someone.

Finally i got this with additional "location" in
/etc/nginx/conf.d/nailgun.conf:
...
    location ~ ^/$ {
        auth_basic           "Fuel WebUI";
        auth_basic_user_file /etc/nginx/conf.d/htpasswd;
    }
...

We should use regex to get just only "/". In other cases all under /
requires auth.

Thank you.


On Wed, Apr 30, 2014 at 10:04 PM, Roman Sokolkov <rsokolkov@xxxxxxxxxxxx>wrote:

> Vitaly and David,
>
> thank you, that's what i need.
>
> Thanks.
>
>
> On Wed, Apr 30, 2014 at 2:18 PM, David Easter <deaster@xxxxxxxxxxxx>wrote:
>
>> Yes -
>> https://blueprints.launchpad.net/fuel/+spec/access-control-master-node
>>
>> It’s tentatively expected in the Fuel 5.1 milestone.
>>
>> Thanks,
>> - David J. Easter
>>   Director of Product Management, Mirantis
>>
>> From: Roman Sokolkov <rsokolkov@xxxxxxxxxxxx>
>> Date: Wednesday, April 30, 2014 at 11:37 AM
>> To: "fuel-dev@xxxxxxxxxxxxxxxxxxx" <fuel-dev@xxxxxxxxxxxxxxxxxxx>
>> Subject: [Fuel-dev] WebUI authenticaion
>>
>> 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,
>> rsokolkov@xxxxxxxxxxxx
>>  -- Mailing list: https://launchpad.net/~fuel-dev Post to :
>> fuel-dev@xxxxxxxxxxxxxxxxxxx Unsubscribe :
>> https://launchpad.net/~fuel-dev More help :
>> https://help.launchpad.net/ListHelp
>>
>
>
>
> --
> Roman Sokolkov,
> Deployment Engineer,
> Mirantis, Inc.
> Skype rsokolkov,
> rsokolkov@xxxxxxxxxxxx
>



-- 
Roman Sokolkov,
Deployment Engineer,
Mirantis, Inc.
Skype rsokolkov,
rsokolkov@xxxxxxxxxxxx

References