-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does Bamboo support zookeeper authentication? #243
Comments
That should work.
… On 17 Oct 2017, at 08:06, mrz001 ***@***.***> wrote:
I have seen Mesos support ZK authentication like ***@***.***:port1,host2:port2,.../path and Marathon suppoer ZK authentication like ***@***.******@***.***:host2:port2,.../path. How about Bamboo BAMBOO_ZK_HOST?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
How to set BAMBOO_ZK_HOST? |
it would be the same format:
|
I have set BAMBOO_ZK_HOST=dcos:[email protected]:2181,172.24.4.113:2181,172.24.4.114:2181 ,
|
I find there is a TODO list in bamboo/configuration/zookeeper.go . package configuration import ( /*
} func (zk Zookeeper) Delay() time.Duration { func (zk Zookeeper) ConnectionString() []string { |
I have seen Mesos support ZK authentication like zk://username:password@host1:port1,host2:port2,.../path and Marathon suppoer ZK authentication like zk://user@pass:host1:port1,user@pass:host2:port2,.../path. How about Bamboo BAMBOO_ZK_HOST?
The text was updated successfully, but these errors were encountered: