Skip to content

Commit ff8486a

Browse files
authored
corrected connect and SSH actions in audit (coder#733)
1 parent 1c6f227 commit ff8486a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

admin/audit.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ actions included:
3636
- `auto_off`: Coder automatically turned off a workspace due to inactivity
3737
- `auto_start`: Coder automatically turned on a workspace at the time preset by
3838
its owner
39-
- `connect`: a user connected to an existing workspace
39+
- `connect`: a user connected to an existing workspace via a local VS Code
40+
instance, a JetBrains IDE via JetBrains Gateway, a local terminal `ssh`
41+
connection, or a local terminal connection via the Coder CLI's `coder ssh`
42+
command
4043
- `cordon`: a workspace provider became unavailable for new workspace creation
4144
requests.
4245
- `create`: the user created a Coder entity (e.g., dev URL, image/image tag,
@@ -46,8 +49,9 @@ actions included:
4649
deletion, workspace deletion)
4750
- `login`: a user logs in via basic authentication or OIDC, with Coder
4851
exchanging a token as a result
49-
- `open`: a user opened a workspace using an IDE through the browser
50-
- `ssh`: a user opened a web terminal or used SSH to access Coder
52+
- `open`: a user opened a workspace using the Code Web IDE through the browser
53+
(please note that this action is not yet logged for JetBrains IDEs)
54+
- `ssh`: a user opened a web terminal to access Coder
5155
- `stop`: a user manually stopped a workspace
5256
- `uncordon`: a workspace provider became available for new workspace creation
5357
requests.

0 commit comments

Comments
 (0)