Skip to content
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

Allow control over TLS version and ciphers for docker-registry #13260

Merged
merged 1 commit into from
Mar 7, 2017
Merged

Allow control over TLS version and ciphers for docker-registry #13260

merged 1 commit into from
Mar 7, 2017

Conversation

liggitt
Copy link
Contributor

@liggitt liggitt commented Mar 6, 2017

cherry-pick of #13258

Allows envvar-based control over tls version and ciphers for docker registry via envvars

REGISTRY_HTTP_TLS_MINVERSION=VersionTLS10
REGISTRY_HTTP_TLS_CIPHERSUITES=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,...

Valid tls versions are "VersionTLS10", "VersionTLS11", "VersionTLS12"

Valid cipher suites are https://golang.org/pkg/crypto/tls/#pkg-constants for the golang version used to build origin, taken from descriptions of http://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-4

@liggitt liggitt added this to the 1.5.0 milestone Mar 6, 2017
@liggitt
Copy link
Contributor Author

liggitt commented Mar 7, 2017

[test]

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to eb4caca

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/888/) (Base Commit: 788e4d1)

@mfojtik
Copy link
Contributor

mfojtik commented Mar 7, 2017

[merge]

@openshift-bot
Copy link
Contributor

openshift-bot commented Mar 7, 2017

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/888/) (Image: devenv-rhel7_6047)

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to eb4caca

@openshift-bot openshift-bot merged commit 6fa29de into openshift:release-1.5 Mar 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants