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

Update default TLS versions and ciphers for client and server connections #403

Merged
merged 2 commits into from
Oct 1, 2019

Conversation

jcmoraisjr
Copy link
Owner

  • Added support to TLS v1.3 ciphers
  • Added support to backend TLS ciphers and options
  • Added CHACHA20_POLY1305 encryption algorithm in the default cipher suites for TLS v1.2 and v1.3
  • TLS v1.0 and v1.1 support was dropped. This can be reverted using ssl-options configmap option
  • Old and less secure TLS ciphers was dropped, mostly non ephemeral key exchanges. This can be reverted using ssl-ciphers configmap option

New configmap options:

  • ssl-cipher-suites
  • ssl-cipher-suites-backend
  • ssl-ciphers-backend
  • ssl-options-backend

New annotations:

  • ingress.kubernetes.io/ssl-cipher-suites-backend
  • ingress.kubernetes.io/ssl-ciphers-backend
  • ingress.kubernetes.io/ssl-options-backend

…ions

* Added support to TLS v1.3 ciphers
* Added support to backend TLS ciphers and options
* Added CHACHA20_POLY1305 encryption algorithm in the default cipher suites for TLS v1.2 and v1.3
* TLS v1.0 and v1.1 support was dropped. This can be reverted using `ssl-options` configmap option
* Old and less secure TLS ciphers was dropped, mostly non ephemeral key exchanges. This can be reverted using `ssl-ciphers` configmap option

New configmap options:

* ssl-cipher-suites
* ssl-cipher-suites-backend
* ssl-ciphers-backend
* ssl-options-backend

New annotations:

* ingress.kubernetes.io/ssl-cipher-suites-backend
* ingress.kubernetes.io/ssl-ciphers-backend
* ingress.kubernetes.io/ssl-options-backend
# Conflicts:
#	pkg/converters/ingress/types/annotations.go
#	pkg/haproxy/types/types.go
@jcmoraisjr jcmoraisjr merged commit 6e2d214 into master Oct 1, 2019
@jcmoraisjr jcmoraisjr deleted the jm-tls branch October 1, 2019 00:13
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.

1 participant