-
Notifications
You must be signed in to change notification settings - Fork 542
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
feat: support etcd username&&password #811
Conversation
Good job. Need test case for it. Thanks. |
I think we could add test cases in: and verify auth config like: |
@@ -22,6 +22,8 @@ conf: | |||
etcd: | |||
endpoints: # supports defining multiple etcd host addresses for an etcd cluster | |||
- 127.0.0.1:2379 | |||
username: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we use an empty string here, does it mean we could connect ETCD anonymously?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that is not a good way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. When the string is empty, it can be linked anonymously
@qiqizjl please add test case |
gentle ping @qiqizjl |
@qiqizjl any news? |
Trying to add test case |
Will this close #839? |
@qiqizjl any news? ^_^ |
we have support this feature by other PR #951 . closing this now. |
Please answer these questions before submitting a pull request
Why submit this pull request?
Bugfix
New feature provided
Improve performance
Related issues
Bugfix
support ETCD username password
New feature or improvement