Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit bcc6374

Browse files
committed
corrected connect and SSH actions in audit
1 parent 1c6f227 commit bcc6374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin/audit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ 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 with either local VS Code or JetBrains Gateway IDEs, a local Terminal `ssh` command, or a local Terminal Coder CLI `coder ssh` command.
4040
- `cordon`: a workspace provider became unavailable for new workspace creation
4141
requests.
4242
- `create`: the user created a Coder entity (e.g., dev URL, image/image tag,
@@ -46,8 +46,8 @@ actions included:
4646
deletion, workspace deletion)
4747
- `login`: a user logs in via basic authentication or OIDC, with Coder
4848
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
49+
- `open`: a user opened a workspace using the Code Web IDE through the browser. JetBrains Projector IDEs do not show yet for this action.
50+
- `ssh`: a user opened a web terminal to access Coder
5151
- `stop`: a user manually stopped a workspace
5252
- `uncordon`: a workspace provider became available for new workspace creation
5353
requests.

0 commit comments

Comments
 (0)