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

OCP: Fix description of kubelet TLS cipher suites #6900

Merged
merged 1 commit into from Apr 28, 2021

Conversation

jhrozek
Copy link
Collaborator

@jhrozek jhrozek commented Apr 27, 2021

Description:

Removes a trailing comma from the cipher list

Rationale:

The trailing comma would have produced an invalid kubelet config:

"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,"
],

note the comma in the string

The trailing comma would have produced an invalid kubelet config:

   "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,"
  ],

note the comma in the string
@JAORMX
Copy link
Contributor

JAORMX commented Apr 27, 2021

/retest

@openshift-ci
Copy link

openshift-ci bot commented Apr 27, 2021

@jhrozek: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-aws-ocp4-cis-node 5492d65 link /test e2e-aws-ocp4-cis-node

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@JAORMX JAORMX merged commit daf8697 into ComplianceAsCode:master Apr 28, 2021
@vojtapolasek vojtapolasek added this to the 0.1.56 milestone May 6, 2021
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.

None yet

3 participants