turbot/kubernetes_insights

Query: cluster_pod_security_policy_table

Usage

powerpipe query kubernetes_insights.query.cluster_pod_security_policy_table

SQL

select
name as "Name",
allow_privilege_escalation as "Allow Privilege Escalation",
host_network as "Host Network",
host_pid as "Host PID",
host_ipc as "Host IPC",
privileged as "Privileged",
creation_timestamp as "Create Time"
from
kubernetes_pod_security_policy
where
context_name = $1
order by
name;

Params

ArgsNameDefaultDescriptionVariable
$1context

    Dashboards

    The query is used in the dashboards: