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

Provide TLS Certificate to kubelet service status request #143

Closed
wants to merge 1 commit into from

Commits on Oct 13, 2023

  1. Provide TLS Certificate to kubelet service status request

    This change enhances the security of the kubelet service request in the
    control plane manager by providing a TLS certificate when making the
    request.
    
    - Provide a CertStorageReader to the Manager
    - Re-use PrepareCredentials function from certificates package to create
      the proper certificates
    - Change TLSConfig providing Certificates and setting InsecureSkipVerify
      to false
    
    see https://issues.redhat.com/browse/ECOPROJECT-1421
    
    Signed-off-by: Carlo Lobrano <[email protected]>
    clobrano committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e223ee7 View commit details
    Browse the repository at this point in the history