turbot/kubernetes_compliance
Loading controls...

Control: Secret definition should not use default namespace

Description

Default namespace should not be used by Secret definition. Placing objects in this namespace makes application of RBAC and other controls more difficult.

Usage

Run the control in your terminal:

powerpipe control run kubernetes_compliance.control.secret_default_namespace_used

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run kubernetes_compliance.control.secret_default_namespace_used --share

SQL

This control uses a named query:

secret_default_namespace_used

Tags