From a4d68a47dc13e197e5fd9fe4ecebc9567cd6196c Mon Sep 17 00:00:00 2001 From: Lucas Charles <me@lucascharles.me> Date: Mon, 23 Aug 2021 15:05:51 +0000 Subject: [PATCH] docs: Update interactive web terminal wording Previous text implied terminal access to environments, but it's only a current feature through UI. --- doc/ci/interactive_web_terminal/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md index 4c90a4e06db97..312b4a0553b51 100644 --- a/doc/ci/interactive_web_terminal/index.md +++ b/doc/ci/interactive_web_terminal/index.md @@ -10,7 +10,8 @@ type: reference > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/50144) in GitLab 11.3. Interactive web terminals give the user access to a terminal in GitLab for -running one-off commands for their CI pipeline, enabling debugging with SSH. Since this is giving the user +running one-off commands for their CI pipeline. You can think of it like a method for +debugging with SSH, but done directly from the job page. Since this is giving the user shell access to the environment where [GitLab Runner](https://docs.gitlab.com/runner/) is deployed, some [security precautions](../../administration/integration/terminal.md#security) were taken to protect the users. -- GitLab