mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-25 06:08:29 +00:00
removed Known Scored Control Failures, updated NetworkPolicy, added to cluster.yml example
This commit is contained in:
@@ -29,12 +29,6 @@ Scoring the commands is different in Rancher Labs than in the CIS Benchmark. Whe
|
||||
|
||||
When performing the tests, you will need access to the Docker command line on the hosts of all three RKE roles. The commands also make use of the the `jq` command to provide human-readable formatting.
|
||||
|
||||
#### Known Scored Control Failures
|
||||
|
||||
The following scored controls do not currently pass, and Rancher Labs is working towards addressing these through future enhancements to the product.
|
||||
|
||||
- 1.1.21 - Ensure that the `--kubelet-certificate-authority` argument is set as appropriate (Scored)
|
||||
|
||||
### Controls
|
||||
|
||||
---
|
||||
|
||||
@@ -118,6 +118,10 @@ metadata:
|
||||
name: default-allow-all
|
||||
spec:
|
||||
podSelector: {}
|
||||
ingress:
|
||||
- {}
|
||||
egress:
|
||||
- {}
|
||||
policyTypes:
|
||||
- Ingress
|
||||
- Egress
|
||||
|
||||
@@ -1266,6 +1266,7 @@ services:
|
||||
anonymous-auth: "false"
|
||||
feature-gates: "RotateKubeletServerCertificate=true"
|
||||
tls-cipher-suites: "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_128_GCM_SHA256"
|
||||
generate_serving_certificate: true
|
||||
kube-api:
|
||||
pod_security_policy: true
|
||||
extra_args:
|
||||
|
||||
Reference in New Issue
Block a user