mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-10-31 20:39:14 +00:00
114 lines
2.9 KiB
YAML
114 lines
2.9 KiB
YAML
---
|
|
controls:
|
|
id: 3
|
|
text: "Federated Deployments"
|
|
type: "federated"
|
|
groups:
|
|
- id: 3.1
|
|
text: "Federated API Server"
|
|
checks:
|
|
- id: 3.1.1
|
|
text: "Ensure that the --anonymous-auth argument is set to false (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.2
|
|
text: "Ensure that the --basic-auth-file argument is not set (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.3
|
|
text: "Ensure that the --insecure-allow-any-token argument is not set (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.4
|
|
text: "Ensure that the --insecure-bind-address argument is not set (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.5
|
|
text: "Ensure that the --insecure-port argument is set to 0 (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.6
|
|
text: "Ensure that the --secure-port argument is not set to 0 (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.7
|
|
text: "Ensure that the --profiling argument is set to false (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.8
|
|
text: "Ensure that the admission control policy is not set to AlwaysAdmit (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.9
|
|
text: "Ensure that the admission control policy is set to NamespaceLifecycle (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.10
|
|
text: "Ensure that the --audit-log-path argument is set as appropriate (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.11
|
|
text: "Ensure that the --audit-log-maxage argument is set to 30 or as appropriate (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.12
|
|
text: "Ensure that the --audit-log-maxbackup argument is set to 10 or as appropriate (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.13
|
|
text: "Ensure that the --audit-log-maxsize argument is set to 100 or as appropriate (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.14
|
|
text: "Ensure that the --authorization-mode argument is not set to AlwaysAllow (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.15
|
|
text: "Ensure that the --token-auth-file parameter is not set (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.16
|
|
text: "Ensure that the --service-account-lookup argument is set to true (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.17
|
|
text: "Ensure that the --service-account-key-file argument is set as appropriate (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.18
|
|
text: "Ensure that the --etcd-certfile and --etcd-keyfile arguments are set as appropriate (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
- id: 3.1.19
|
|
text: "Ensure that the --tls-cert-file and --tls-private-key-file arguments are set as appropriate (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|
|
|
|
- id: 3.2
|
|
text: "Federation Controller Manager"
|
|
checks:
|
|
- id: 3.2.1
|
|
text: "Ensure that the --profiling argument is set to false (Scored)"
|
|
type: "skip"
|
|
scored: true
|
|
|