1.5.3 Ensure that the --auto-tls argument is not set to true

Information

Do not use self-signed certificates for TLS.

Rationale:

etcd is a highly-available key value store used by Kubernetes deployments for persistent storage of all of its REST API objects. These objects are sensitive in nature and should not be available to unauthenticated clients. You should enable the client authentication via valid certificates to secure the access to the etcd service.

Solution

Edit the etcd pod specification file '/etc/kubernetes/manifests/etcd.yaml' on the master node and either remove the '--auto-tls' parameter or set it to 'false'.

--auto-tls=false

Impact:

Clients will not be able to use self-signed certificates for TLS.

See Also

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

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

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

Plugin: Unix

Control ID: 9356d12af2903fc749efcd7ff974654fc6018ff6d83b123c0ed816d3b981281e