Skip to main content

More Info:

Service accounts tokens should not be mounted in pods except where the workload running in the pod explicitly needs to communicate with the API server

Risk Level

Medium

Address

Security

Compliance Standards

  • CIS Kubernetes

Triage and Remediation

Remediation

Using Console

Review pod and service account objects in the cluster and ensure that the option belowis set, unless the resource explicitly requires this access.automountServiceAccountToken: false

Additional Reading: