diff options
-rw-r--r-- | test/security/sslendpoints/README | 44 | ||||
l--------- | test/security/sslendpoints/README.rst | 1 |
2 files changed, 45 insertions, 0 deletions
diff --git a/test/security/sslendpoints/README b/test/security/sslendpoints/README new file mode 100644 index 000000000..fc0e37a1b --- /dev/null +++ b/test/security/sslendpoints/README @@ -0,0 +1,44 @@ +===================== + SSL endpoints check +===================== + +Utility for checking if all of the ports exposed outside of Kubernetes cluster +use SSL tunnels. + +Prerequisites +------------- + +Configuration +~~~~~~~~~~~~~ + +Mandatory ++++++++++ + +Optional +++++++++ + +Build (local) +~~~~~~~~~~~~~ + +Build (Docker) +~~~~~~~~~~~~~~ + +Test +~~~~ + + +Running +------- + +Command (local) +~~~~~~~~~~~~~~~ + +Command (Docker) +~~~~~~~~~~~~~~~~ + +Output +~~~~~~ + + +Testing +------- diff --git a/test/security/sslendpoints/README.rst b/test/security/sslendpoints/README.rst new file mode 120000 index 000000000..100b93820 --- /dev/null +++ b/test/security/sslendpoints/README.rst @@ -0,0 +1 @@ +README
\ No newline at end of file |