turbot/kubernetes_compliance

Query: pod_service_account_token_disabled

Usage

powerpipe query kubernetes_compliance.query.pod_service_account_token_disabled

Steampipe Tables

SQL

select
coalesce(uid, concat(path, ':', start_line)) as resource,
case
when automount_service_account_token then 'alarm'
else 'ok'
end as status,
case
when automount_service_account_token then name || ' service account token will be automatically mounted.'
else name || ' service account token will not be automatically mounted.'
end as reason,
name as pod_name,
coalesce(context_name, '') as context_name,
namespace,
source_type,
coalesce(path || ':' || start_line || '-' || end_line, '') as path
from
kubernetes_pod;

Controls

The query is being used by the following controls: