-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
etcd3 backend: support TLS #30843
etcd3 backend: support TLS #30843
Conversation
do we have a test for this? (do we have a test for the etcd2 TLS thing?) lgtm other than that. |
We do, it's built into the test server in utils, but we should have a separate UT. |
Depends on etcd-io/etcd#6222 |
lgtm once test passes |
@k8s-bot test this please, issue #IGNORE |
@timothysc |
Automatic merge from submit-queue godep: bump etcd to 3.0.6 What? Bump etcd godep dependency to v3.0.6 Why? ref: #30843, etcd-io/etcd#6222 We have some fix to do secure client connection in unit tests.
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and | |||
limitations under the License. | |||
*/ | |||
|
|||
package testing | |||
package testingcert |
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.
At some point in 1.5 we should rationalize the location of some of these testing bits that are shared across implementations.
tell me about it... lgtm. |
@k8s-bot test this please, issue #IGNORE |
GCE e2e build/test passed for commit 77ffae1. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 77ffae1. |
Automatic merge from submit-queue |
Just a late reminder, but the commits should've been squashed before merging. |
@yujuhong Hmm perhaps we can add that as a bot-check w/flag'd override. |
What?
Support TLS in etcd3 storage backend.
It works the same as previous etcd2 config.
This change is