k8s: Validate API server Certificate Authorities 22/96022/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Thu, 19 Sep 2019 13:27:14 +0000 (15:27 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Thu, 19 Sep 2019 16:24:48 +0000 (18:24 +0200)
commit3e602597b036d29f77485f35c1f81a8cdb6f350b
treea64fd7633cf540a6c85d38727a24e391a22e538d
parent2055f0878a7841f7d07eda60eac10034c4b22215
k8s: Validate API server Certificate Authorities

This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections
regarding master node configuration are satisfied (1.1.21, 1.1.29
and 1.1.31).

Issue-ID: SECCOM-235
Change-Id: Ia2f55f6962885a7aa878c970a406189902cfab10
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