k8s: Validate API server included admission plugins 21/95821/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 17 Sep 2019 13:47:24 +0000 (15:47 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 17 Sep 2019 13:51:37 +0000 (15:51 +0200)
commitefd65f9839f7379b590452ed31ab8605102904c3
tree214aff8602ffc81bb086d64b90c2c448573a247b
parentaeaa5a1f5e57f63dd203db43fb6992ab1728c504
k8s: Validate API server included admission plugins

This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections
regarding master node configuration are satisfied (1.1.11 - 1.1.13,
1.1.24, 1.1.27, 1.1.33 and 1.1.36).

Issue-ID: SECCOM-235
Change-Id: I920bfd42014b8458126be251648f5bf3dcd84c16
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
test/security/k8s/src/check/validators/master/api_test.go