turbot/kubernetes_insights

Query: service_account_automount_token

Usage

powerpipe query kubernetes_insights.query.service_account_automount_token

SQL

select
'Automount Token' as label,
initcap(automount_service_account_token::text) as value,
case when automount_service_account_token then 'alert' else 'ok' end as type
from
kubernetes_service_account
where
uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: