mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-15 12:29:04 +00:00
2d6bf55ab2
* Support CIS Google Kubernetes Engine (GKE) Benchmark v1.2.0 * restore gke-1.0 Co-authored-by: Yoav Rotem <yoavrotems97@gmail.com>
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
---
|
|
controls:
|
|
version: "gke-1.2.0"
|
|
id: 2
|
|
text: "Control Plane Configuration"
|
|
type: "controlplane"
|
|
groups:
|
|
- id: 2.1
|
|
text: "Authentication and Authorization"
|
|
checks:
|
|
- id: 2.1.1
|
|
text: "Client certificate authentication should not be used for users (Manual)"
|
|
type: "manual"
|
|
remediation: |
|
|
Alternative mechanisms provided by Kubernetes such as the use of OIDC should be
|
|
implemented in place of client certificates.
|
|
You can remediate the availability of client certificates in your GKE cluster. See
|
|
Recommendation 6.8.2.
|
|
scored: false
|
|
|
|
- id: 2.2
|
|
text: "Logging"
|
|
type: skip
|
|
checks:
|
|
- id: 2.2.1
|
|
text: "Ensure that a minimal audit policy is created (Manual)"
|
|
type: "manual"
|
|
remediation: "This control cannot be modified in GKE."
|
|
scored: false
|
|
|
|
- id: 2.2.2
|
|
text: "Ensure that the audit policy covers key security concerns (Manual)"
|
|
type: "manual"
|
|
remediation: "This control cannot be modified in GKE."
|
|
scored: false
|