Enrico Olivelli created CURATOR-356:
---------------------------------------
Summary: Allow SASL configuration for TestingServer
Key: CURATOR-356
URL: https://issues.apache.org/jira/browse/CURATOR-356
Project: Apache Curator
Issue Type: Improvement
Components: Tests
Affects Versions: 3.2.0
Reporter: Enrico Olivelli
I would like to set the folloing properties on my TestingServer
{code}
properties.setProperty("authProvider.1",
"org.apache.zookeeper.server.auth.SASLAuthenticationProvider");
properties.setProperty("kerberos.removeHostFromPrincipal", "true");
properties.setProperty("kerberos.removeRealmFromPrincipal", "true");
{code}
Would it be better to let QuorumConfigBuilder (and InstanceSpec) accept a
custom Properties object to be merged to the actual configuration ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)