1.2.28 Ensure that the --service-account-key-file argument is set as appropriate

Information

Explicitly set a service account public key file for service accounts on the apiserver.

Rationale:

By default, if no --service-account-key-file is specified to the apiserver, it uses the private key from the TLS serving certificate to verify service account tokens. To ensure that the keys for service account tokens could be rotated as needed, a separate public/private key pair should be used for signing service account tokens. Hence, the public key should be specified to the apiserver with --service-account-key-file.

Solution

Edit the API server pod specification file /etc/kubernetes/manifests/kube-apiserver.yaml on the master node and set the --service-account-key-file parameter to the public key file for service accounts:

--service-account-key-file=<filename>

Impact:

The corresponding private key must be provided to the controller manager. You would need to securely maintain the key file and rotate the keys based on your organization's key rotation policy.

Default Value:

By default, --service-account-key-file argument is not set.

References:

https://kubernetes.io/docs/admin/kube-apiserver/

https://github.com/kubernetes/kubernetes/issues/24167

See Also

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

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

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

Plugin: Unix

Control ID: 0f4c9b6fa3c72963234880081af39203731b93f1cf5fca51ffc1ca217a6f65de