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

fix: tls cipher suites #7308

Merged
merged 2 commits into from May 26, 2023
Merged

fix: tls cipher suites #7308

merged 2 commits into from May 26, 2023

Conversation

eddycharly
Copy link
Member

Explanation

This PR fixes tls cipher suites.

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
@realshuting realshuting enabled auto-merge (squash) May 26, 2023 12:51
@realshuting
Copy link
Member

/cherry-pick release-1.10

Copy link
Member

@chipzoller chipzoller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NMAP reports 11 ciphers currently

| TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA (secp256r1) - C
| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (secp256r1) - A
| TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (secp256r1) - A
| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (secp256r1) - A
| TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (secp256r1) - A
| TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (secp256r1) - A
| TLS_RSA_WITH_3DES_EDE_CBC_SHA (rsa 2048) - C
| TLS_RSA_WITH_AES_128_CBC_SHA (rsa 2048) - A
| TLS_RSA_WITH_AES_128_GCM_SHA256 (rsa 2048) - A
| TLS_RSA_WITH_AES_256_CBC_SHA (rsa 2048) - A
| TLS_RSA_WITH_AES_256_GCM_SHA384 (rsa 2048) - A

Excluding the undesirable 3DES ones, that would still make 9. You have 6 listed. What was the decision to not include the other 3?

@eddycharly
Copy link
Member Author

What was the decision to not include the other 3?

The linter marks them as not safe.

@chipzoller
Copy link
Member

Ok

@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Merging #7308 (a839c37) into main (cb56913) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #7308   +/-   ##
=======================================
  Coverage   33.97%   33.97%           
=======================================
  Files         226      226           
  Lines       22000    22000           
=======================================
  Hits         7475     7475           
  Misses      13802    13802           
  Partials      723      723           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@realshuting realshuting merged commit f74eac4 into kyverno:main May 26, 2023
87 checks passed
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request May 26, 2023
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
@eddycharly
Copy link
Member Author

/cherry-pick release-1.9

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request May 26, 2023
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
@eddycharly eddycharly deleted the cipher-suites branch May 26, 2023 13:21
@eddycharly eddycharly added cherry-pick-completed The PR was cherry-picked (or merged) to required release branches milestone 1.9.5 labels May 26, 2023
eddycharly added a commit that referenced this pull request May 26, 2023
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
realshuting added a commit that referenced this pull request May 26, 2023
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-completed The PR was cherry-picked (or merged) to required release branches cherry-pick-required milestone 1.9.5 milestone 1.10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants