dlazarus opened a new pull request #324: MESOS-9499 extended URI syntax to 
support any Zookeeper authentication schemes
URL: https://github.com/apache/mesos/pull/324
 
 
   Zookeeper URL now optionally can have syntax:
   zk://zk_auth_scheme!zk_auth_data@host:port/path
   
   If there is not "!" in URL it works as before with digest auth scheme.
   
   For example, I use it with our Zk auth plugin like this:
   zk://simple!login:password@127.0.0.1:2181/mesos
   Here "simple" is an authentication scheme name.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to