fix kube-bench/cfg/cis-1.6/master.yaml 1.2.26

Add test to 1.2.26 to check that --request-timeout parameter is configured.
pull/1246/head
jonipatr 2 years ago committed by GitHub
parent 93a167a917
commit 55c58d80c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -714,7 +714,9 @@ groups:
- id: 1.2.26
text: "Ensure that the --request-timeout argument is set as appropriate (Automated)"
audit: "/bin/ps -ef | grep $apiserverbin | grep -v grep"
type: manual
tests:
test_items:
- flag: "--request-timeout"
remediation: |
Edit the API server pod specification file $apiserverconf
and set the below parameter as appropriate and if needed.

Loading…
Cancel
Save