Add namespace filtering to SSL endpoints check 90/115390/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 18 Nov 2020 15:49:21 +0000 (16:49 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 25 Nov 2020 14:55:49 +0000 (15:55 +0100)
commit1a5a1ad36edcb3d8e6d041aa9ea1f622206c37f5
tree95d8d271e23cbd14f0700e0363412e1e9015ed98
parent8e134bf7afafbaa99b11e98da809c495f32bf7d4
Add namespace filtering to SSL endpoints check

Utility "sslendpoints" now supports scanning only selected Kubernetes
cluster namespace. To do so, add "-namespace" flag with namespace of
your choice as its argument to the executed command.

Default behavior remained unchanged, i.e. scan covers all namespaces.

Issue-ID: INT-1582
Change-Id: If5534b76bca94248a5003d735c25328648e478a1
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
test/security/sslendpoints/main.go