turbot/kubernetes_compliance

Query: service_account_token_disabled

Usage

powerpipe query kubernetes_compliance.query.service_account_token_disabled

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 service_account_name,
coalesce(context_name, '') as context_name,
namespace,
source_type,
coalesce(path || ':' || start_line || '-' || end_line, '') as path
from
kubernetes_service_account;

Controls

The query is being used by the following controls: