k8s: Validate API server certificates and keys 23/96023/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Thu, 19 Sep 2019 14:06:13 +0000 (16:06 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Thu, 19 Sep 2019 16:34:12 +0000 (18:34 +0200)
commit4e74a1e24e15b3db2216fb269a58cfc08e598f63
tree7ecd79d0f80a4c32c19ad1f9db4aee062748a14a
parent3e602597b036d29f77485f35c1f81a8cdb6f350b
k8s: Validate API server certificates and keys

This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections
regarding master node configuration are satisfied (1.1.22, 1.1.25 -
1.1.26 and 1.1.28).

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