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
adding ability to connnect over SSL w/o authentication. #558
Conversation
|
Changes Unknown when pulling 95467e8 on shawn-hurley:issue-554 into ** on openshift:master**. |
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.
ACK
|
I am going to add some test cases around the etcd_client. |
|
Changes Unknown when pulling 2d2b367 on shawn-hurley:issue-554 into ** on openshift:master**. |
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.
LGTM
| } | ||
| } | ||
|
|
||
| func TestEtcdVersion(t *testing.T) { |
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.
👍
|
Changes Unknown when pulling 7fcce72 on shawn-hurley:issue-554 into ** on openshift:master**. |
* adding ability to connnect over SSL w/o authentication. * Adding test coverage for etcd client. * adding testing for etcd version. * adding coverage
Describe what this PR does and why we need it:
Allows the broker to only connect over TLS while etcd authentication is off.
Changes proposed in this pull request
Which issue this PR fixes (This will close that issue when PR gets merged)
fixes #554