From 2d66c3b192520fe0f13524c2943d04b7c4e56cbe Mon Sep 17 00:00:00 2001 From: Todd Knight Date: Mon, 12 Oct 2020 13:54:35 -0700 Subject: [PATCH] Add Admin Console tab for viewing session info and cancelling. (#632) --- .../docs/common-workflows/manage-sessions.mdx | 39 ++++++++++++++++--- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/website/content/docs/common-workflows/manage-sessions.mdx b/website/content/docs/common-workflows/manage-sessions.mdx index 0ea9c310c3..e14330ee4c 100644 --- a/website/content/docs/common-workflows/manage-sessions.mdx +++ b/website/content/docs/common-workflows/manage-sessions.mdx @@ -33,6 +33,10 @@ For more information regarding different ways to connect to a target behind Boun ## View Sessions + + + + View all sessions which Boundary has for the project `p_1234567890` by listing them. ```bash @@ -83,10 +87,30 @@ Session information: Status: pending ``` + + + + +1. Navigate to a project, then to sessions. +1. View the session information provided there. + + + + + + ## Cancel a Session + + To cancel a session the person initiating the connection can disconnect all connections, or a request can be sent to Boundary to cancel it. + ```bash $ boundary sessions cancel -id s_h7vBIhH5SZ @@ -126,18 +150,23 @@ Session information: Boundary then cancels the session and move it into a "Terminated" state. -### Canceling a Session via the Admin Console + + + 1. Navigate to a project, then to sessions. 1. Choose a session and its **Cancel** button. 1. View the session status update from _canceling_ to _terminated_. + + + ## Advanced Session Establishment