Anyone cannot just go "INSERT foo INTO bar” on a random MySql server in the 
data room, so why should Solr be less secure once Auth is enabled?

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com

> 16. des. 2015 kl. 17.02 skrev Noble Paul <noble.p...@gmail.com>:
> 
> I don't this behavior is intuitive. It is very easy to misunderstand
> 
> I would rather just add a flag to "authentication" plugin section
> which says "blockUnauthenticated" : true
> 
> which means all unauthenticated requests must be blocked.
> 
> 
> 
> 
> On Tue, Dec 15, 2015 at 7:09 PM, Jan Høydahl <jan....@cominvent.com> wrote:
>> Yes, that’s why I believe it should be:
>> 1) if only authentication is enabled, all users must authenticate and all 
>> authenticated users can do anything.
>> 2) if authz is enabled, then all users must still authenticate, and can by 
>> default do nothing at all, unless assigned proper roles
>> 3) if a user is assigned the default “read” rule, and a collection adds a 
>> custom “/myselect” handler, that one is unavailable until the user gets it 
>> assigned
>> 
>> --
>> Jan Høydahl, search solution architect
>> Cominvent AS - www.cominvent.com
>> 
>>> 14. des. 2015 kl. 14.15 skrev Noble Paul <noble.p...@gmail.com>:
>>> 
>>> ". If all paths were closed by default, forgetting to configure a path
>>> would not result in a security breach like today."
>>> 
>>> But it will still mean that unauthorized users are able to access,
>>> like guest being able to post to "/update". Just authenticating is not
>>> enough without proper authorization
>>> 
>>> On Mon, Dec 14, 2015 at 3:59 PM, Jan Høydahl <jan....@cominvent.com> wrote:
>>>>> 1) "read" should cover all the paths
>>>> 
>>>> This is very fragile. If all paths were closed by default, forgetting to 
>>>> configure a path would not result in a security breach like today.
>>>> 
>>>> /Jan
>>> 
>>> 
>>> 
>>> --
>>> -----------------------------------------------------
>>> Noble Paul
>> 
> 
> 
> 
> -- 
> -----------------------------------------------------
> Noble Paul

Reply via email to