From bcc637428d9bfc575c56bb9e018c65c2d87b90f3 Mon Sep 17 00:00:00 2001 From: Mark Milligan Date: Sun, 5 Dec 2021 11:45:20 -0600 Subject: [PATCH 1/2] corrected connect and SSH actions in audit --- admin/audit.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/audit.md b/admin/audit.md index 69fac1f3d..4ee9d0d0e 100644 --- a/admin/audit.md +++ b/admin/audit.md @@ -36,7 +36,7 @@ actions included: - `auto_off`: Coder automatically turned off a workspace due to inactivity - `auto_start`: Coder automatically turned on a workspace at the time preset by its owner -- `connect`: a user connected to an existing workspace +- `connect`: a user connected to an existing workspace with either local VS Code or JetBrains Gateway IDEs, a local Terminal `ssh` command, or a local Terminal Coder CLI `coder ssh` command. - `cordon`: a workspace provider became unavailable for new workspace creation requests. - `create`: the user created a Coder entity (e.g., dev URL, image/image tag, @@ -46,8 +46,8 @@ actions included: deletion, workspace deletion) - `login`: a user logs in via basic authentication or OIDC, with Coder exchanging a token as a result -- `open`: a user opened a workspace using an IDE through the browser -- `ssh`: a user opened a web terminal or used SSH to access Coder +- `open`: a user opened a workspace using the Code Web IDE through the browser. JetBrains Projector IDEs do not show yet for this action. +- `ssh`: a user opened a web terminal to access Coder - `stop`: a user manually stopped a workspace - `uncordon`: a workspace provider became available for new workspace creation requests. From 7af1e320cd12659b42523c5233dc9d20dbf5a4e1 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 6 Dec 2021 09:14:06 -0600 Subject: [PATCH 2/2] edit text --- admin/audit.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/admin/audit.md b/admin/audit.md index 4ee9d0d0e..f262498bb 100644 --- a/admin/audit.md +++ b/admin/audit.md @@ -36,7 +36,10 @@ actions included: - `auto_off`: Coder automatically turned off a workspace due to inactivity - `auto_start`: Coder automatically turned on a workspace at the time preset by its owner -- `connect`: a user connected to an existing workspace with either local VS Code or JetBrains Gateway IDEs, a local Terminal `ssh` command, or a local Terminal Coder CLI `coder ssh` command. +- `connect`: a user connected to an existing workspace via a local VS Code + instance, a JetBrains IDE via JetBrains Gateway, a local terminal `ssh` + connection, or a local terminal connection via the Coder CLI's `coder ssh` + command - `cordon`: a workspace provider became unavailable for new workspace creation requests. - `create`: the user created a Coder entity (e.g., dev URL, image/image tag, @@ -46,7 +49,8 @@ actions included: deletion, workspace deletion) - `login`: a user logs in via basic authentication or OIDC, with Coder exchanging a token as a result -- `open`: a user opened a workspace using the Code Web IDE through the browser. JetBrains Projector IDEs do not show yet for this action. +- `open`: a user opened a workspace using the Code Web IDE through the browser + (please note that this action is not yet logged for JetBrains IDEs) - `ssh`: a user opened a web terminal to access Coder - `stop`: a user manually stopped a workspace - `uncordon`: a workspace provider became available for new workspace creation