- Notifications
You must be signed in to change notification settings - Fork915
Commitb07b33e
authored
feat: add agentapi endpoint to report connections for audit (#16507)
This change adds a new `ReportConnection` endpoint to the `agentapi`.The protocol version was bumped previously, so it has been omitted here.This allows the agent to report connection events, for example when theuser connects to the workspace via SSH or VS Code.Updates#151391 parentdedc32f commitb07b33e
File tree
16 files changed
+1484
-705
lines changed- agent
- agenttest
- proto
- coderd
- agentapi
- audit
- database/db2sdk
- codersdk/agentsdk
- tailnet/proto
16 files changed
+1484
-705
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
375 |
| - | |
376 | 375 |
| |
377 | 376 |
| |
378 | 377 |
| |
|
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
170 | 171 |
| |
171 | 172 |
| |
172 | 173 |
| |
| 174 | + | |
173 | 175 |
| |
174 | 176 |
| |
175 | 177 |
| |
| |||
338 | 340 |
| |
339 | 341 |
| |
340 | 342 |
| |
341 |
| - | |
| 343 | + | |
342 | 344 |
| |
343 | 345 |
| |
344 | 346 |
| |
345 | 347 |
| |
346 | 348 |
| |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
347 | 357 |
| |
348 | 358 |
| |
349 | 359 |
| |
|
0 commit comments
Comments
(0)