k8s: Validate API server crypto ciphers in use 92/96292/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Fri, 20 Sep 2019 09:42:58 +0000 (11:42 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Thu, 26 Sep 2019 17:02:01 +0000 (19:02 +0200)
commit944993869240ba58beab8958a61dacf927706a68
tree276b0d78dccc223ab80296b3f220669bd10ef92d
parentfbbdbece6e69adeba811496af511e278881bdc79
k8s: Validate API server crypto ciphers in use

This patch verifies if CIS Kubernetes Benchmark v1.3.0 section
regarding master node configuration is satisfied (1.1.30).

It also covers its duplicate (1.1.39).

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