1.1.29 Ensure that the --client-ca-file argument is set as appropriate

Information

Setup TLS connection on the API server.

Rationale:

API server communication contains sensitive parameters that should remain encrypted in transit. Configure the API server to serve only HTTPS traffic. If '--client-ca-file' argument is set, any request presenting a client certificate signed by one of the authorities in the 'client-ca-file' is authenticated with an identity corresponding to the CommonName of the client certificate.

Solution

Follow the Kubernetes documentation and set up the TLS connection on the apiserver. Then, edit the API server pod specification file '/etc/kubernetes/manifests/kube-apiserver.yaml' on the master node and set the client certificate authority file.

--client-ca-file=

Impact:

TLS and client certificate authentication must be configured for your Kubernetes cluster deployment.

See Also

https://workbench.cisecurity.org/files/1788

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-5(2), CSCv6|14.2

Plugin: Unix

Control ID: f744061c6b30e16af0973352f7d9ae364a70cc1d97869849fb8f8cd0bdcc0f0c