diff options
author | 2018-11-14 15:42:03 +0100 | |
---|---|---|
committer | 2018-11-20 09:45:48 +0100 | |
commit | 9e5c0ce3dd2b77567ca885c837f3474b1b166c90 (patch) | |
tree | 4c948b3593ecfd8d25ff936360b5213adf578ff3 /docs/sections/apis/ves-hv/index.rst | |
parent | 782ed3f6bf033b2ce8b0ccbc1ff070124eeda341 (diff) |
Restore proto schemas in docs
Change-Id: I1f95122cf8ddd510873bf0d7d3e77231c91a400d
Issue-ID: DCAEGEN2-972
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'docs/sections/apis/ves-hv/index.rst')
-rw-r--r-- | docs/sections/apis/ves-hv/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sections/apis/ves-hv/index.rst b/docs/sections/apis/ves-hv/index.rst index b477ba14..d87d1aa0 100644 --- a/docs/sections/apis/ves-hv/index.rst +++ b/docs/sections/apis/ves-hv/index.rst @@ -25,7 +25,7 @@ TCP Endpoint ============ HV-VES is exposed as NodePort service on Kubernetes cluster on port 30222/tcp. -It uses plain, insecure TCP connection without socket data encryption. In Casablanca release, there is an experimental option to enable SSL/TLS (see :ref:`authorization`). +It uses plain, insecure TCP connection without socket data encryption. In Casablanca release, there is an experimental option to enable SSL/TLS (see :ref:`ssl_tls_authorization`). Without TLS client authentication/authorization is not possible. Connections are stream-based (as opposed to request-based) and long-running. |