[
https://issues.apache.org/jira/browse/CURATOR-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15609900#comment-15609900
]
ASF GitHub Bot commented on CURATOR-356:
----------------------------------------
Github user cammckenzie commented on the issue:
https://github.com/apache/curator/pull/170
Looks good to me, thanks for the PR.
> 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)