- Notifications
You must be signed in to change notification settings - Fork909
Commitb5329ae
authored
feat: add workspace agent connect and app open audit types (#16493)
This commit adds new audit resource types for workspace agents andworkspace apps, as well as connect/disconnect and open/close actions.The idea is that we will log new audit events for connecting to theagent via SSH/editor.Likewise, we will log openings of `coder_app`s.This change also introduces support for filtering by `request_id`.Updates#151391 parent42f6b71 commitb5329ae
File tree
21 files changed
+411
-43
lines changed- coderd
- apidoc
- audit
- database
- dbmem
- migrations
- queries
- searchquery
- codersdk
- docs
- admin/security
- reference/api
- enterprise/audit
- site/src/api
21 files changed
+411
-43
lines changedLines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
131 | 135 |
| |
132 | 136 |
| |
133 | 137 |
| |
| |||
187 | 191 |
| |
188 | 192 |
| |
189 | 193 |
| |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
190 | 198 |
| |
191 | 199 |
| |
192 | 200 |
| |
| |||
238 | 246 |
| |
239 | 247 |
| |
240 | 248 |
| |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
241 | 253 |
| |
242 | 254 |
| |
243 | 255 |
| |
| |||
291 | 303 |
| |
292 | 304 |
| |
293 | 305 |
| |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
294 | 310 |
| |
295 | 311 |
| |
296 | 312 |
| |
|
0 commit comments
Comments
(0)