From da9596badeaf622e1e1af03be301df049ef9d6ca Mon Sep 17 00:00:00 2001 From: Nikolay Tyukaev Date: Mon, 28 Mar 2022 20:53:21 +0300 Subject: [PATCH] cvs-80083 (#11281) --- docs/security_guide/workbench.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/security_guide/workbench.md b/docs/security_guide/workbench.md index 3760277a958..8aa5252d05d 100644 --- a/docs/security_guide/workbench.md +++ b/docs/security_guide/workbench.md @@ -7,12 +7,8 @@ Deep Learning Workbench (DL Workbench) is a web application running within a Doc Unless necessary, limit the connections to the DL Workbench to `localhost` (127.0.0.1), so that it is only accessible from the machine the Docker container is built on. -When using `docker run` to [start the DL Workbench from Docker -Hub](@ref workbench_docs_Workbench_DG_Run_Locally), limit connections for the host IP 127.0.0.1. -For example, limit the connections for the host IP to the port `5665` with the `-p -127.0.0.1:5665:5665` command . Refer to [Container -networking](https://docs.docker.com/config/containers/container-networking/#published-ports) for -details. +When using `docker run` to [start the DL Workbench from Docker Hub](@ref workbench_docs_Workbench_DG_Run_Locally), limit connections for the host IP 127.0.0.1. +For example, limit the connections for the host IP to the port `5665` with the `-p 127.0.0.1:5665:5665` command . Refer to [Container networking](https://docs.docker.com/config/containers/container-networking/#published-ports) for details. ## Authentication Security @@ -23,8 +19,7 @@ Workbench starts. Anyone who has the authentication token can use the DL Workben When you finish working with the DL Workbench, log out to prevent the use of the DL Workbench from the same browser session without authentication. -To invalidate the authentication token completely, [restart the DL -Workbench](@ref workbench_docs_Workbench_DG_Docker_Container). +To invalidate the authentication token completely, [restart the DL Workbench](@ref workbench_docs_Workbench_DG_Docker_Container). ## Use TLS to Protect Communications