You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: admin/audit.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,10 @@ actions included:
36
36
-`auto_off`: Coder automatically turned off a workspace due to inactivity
37
37
-`auto_start`: Coder automatically turned on a workspace at the time preset by
38
38
its owner
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.
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
40
43
-`cordon`: a workspace provider became unavailable for new workspace creation
41
44
requests.
42
45
-`create`: the user created a Coder entity (e.g., dev URL, image/image tag,
@@ -46,7 +49,8 @@ actions included:
46
49
deletion, workspace deletion)
47
50
-`login`: a user logs in via basic authentication or OIDC, with Coder
48
51
exchanging a token as a result
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.
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)
50
54
-`ssh`: a user opened a web terminal to access Coder
51
55
-`stop`: a user manually stopped a workspace
52
56
-`uncordon`: a workspace provider became available for new workspace creation
0 commit comments