k8s: Validate API server boolean flags 99/88799/6
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 29 May 2019 18:17:44 +0000 (20:17 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 8 Jul 2019 10:29:52 +0000 (12:29 +0200)
commit28bd2f7044d0b120d202a9ef1a2ef8294f153bad
tree11be846e73ad2c2342274bd682c5187aa51bd5d9
parentff3ebac2a21a4f9d8213ec255656d199cb6f4fe9
k8s: Validate API server boolean flags

This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections
regarding master node configuration are satisfied (1.1.1 - 1.1.5, 1.1.8,
1.1.9, 1.1.20 and 1.1.23).

Issue-ID: SECCOM-235
Change-Id: Ib964b5111b616a891c3963ef9695af660810e8ba
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
test/security/k8s/src/check/cmd/check/check.go
test/security/k8s/src/check/validators/master/api.go [new file with mode: 0644]