On Mon, Feb 2, 2015 at 8:48 AM,  <[email protected]> wrote:
> Repository: incubator-blur
> Updated Branches:
>   refs/heads/master 0c04e4e6a -> 4468f6cc5
>
>
> Adding api to handle securing method calls by user and/or ipaddress.  This 
> should allow for controlling access to actions, tables, commands, etc.
>

<snipped>

>    public static final String BLUR_SECURITY_SASL_TYPE = 
> "blur.security.sasl.type";
>    public static final String BLUR_SECURITY_SASL_ENABLED = 
> "blur.security.sasl.enabled";
> +  public static final String BLUR_CONTROLLER_SERVER_SECURITY_CLASS = 
> "blur.controller.server.security.class";
> +  public static final String BLUR_SHARD_SERVER_SECURITY_CLASS = 
> "blur.shard.server.security.class";

What's the scenario for having these independently configurable? Seems
like we introduce opportunity for misconfiguration to what benefit?

--tim

Reply via email to