- Notifications
You must be signed in to change notification settings - Fork1k
Commit425f1e5
committed
feat: add agentapi endpoint to report connections for audit
This change adds a new `ReportConnection` endpoint to the `agentapi` andbumps the protocol version.This allows the agent to report connection events, for example when theuser connects to the workspace via SSH or VS Code.Updates#151391 parentb5329ae commit425f1e5
File tree
14 files changed
+1447
-705
lines changed- agent
- agenttest
- proto
- coderd
- agentapi
- audit
- codersdk/agentsdk
- tailnet/proto
14 files changed
+1447
-705
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
375 |
| - | |
376 | 375 |
| |
377 | 376 |
| |
378 | 377 |
| |
|
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)