-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[1.5] Plumb and allow customizing ciphers and tls version #13198
Conversation
[test] |
LGTM, [merge] |
[test] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/799/) (Image: devenv-rhel7_6030) |
@@ -298,6 +299,7 @@ func BuildKubernetesMasterConfig(options configapi.MasterConfig, requestContextM | |||
genericConfig.LegacyAPIGroupPrefixes = LegacyAPIGroupPrefixes | |||
genericConfig.SecureServingInfo.BindAddress = options.ServingInfo.BindAddress | |||
genericConfig.SecureServingInfo.BindNetwork = options.ServingInfo.BindNetwork |
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.
you dropped a line here
genericConfig.SecureServingInfo.MinTLSVersion = crypto.TLSVersionOrDie(options.ServingInfo.MinTLSVersion)
legitimate failure:
|
@liggitt fixed [test] |
Evaluated for origin test up to 92da3cc |
Evaluated for origin merge up to 92da3cc |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/799/) (Base Commit: f09f835) |
[merge] |
Ref: #13167
@liggitt PTAL