Skip to content

corrected connect and SSH actions in audit #733

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions admin/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- `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,
Expand All @@ -46,8 +49,9 @@ 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
(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
requests.
Expand Down