-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters