k8s: Validate API server address and port flags 55/89155/7
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 3 Jun 2019 15:03:42 +0000 (17:03 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 8 Jul 2019 10:29:52 +0000 (12:29 +0200)
commit65028666004a61afa0b7ea054da4744f3a2e298d
treece02bb02880af76ef2fc7d719c7b7d3a4eb2929b
parent28bd2f7044d0b120d202a9ef1a2ef8294f153bad
k8s: Validate API server address and port flags

This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections
regarding master node configuration are satisfied (1.1.6 and 1.1.7).

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