mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 16:18:07 +00:00
21 lines
620 B
YAML
21 lines
620 B
YAML
|
---
|
||
|
controls:
|
||
|
version: "gke-1.6.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 5.8.1.
|
||
|
scored: false
|