coder/agent
Colin Adler e5d911462f
fix(tailnet): enforce valid agent and client addresses (#12197)
This adds the ability for `TunnelAuth` to also authorize incoming wireguard node IPs, preventing agents from reporting anything other than their static IP generated from the agent ID.
2024-03-01 09:02:33 -06:00
..
agentproc chore: mockgen archived, moved to new location (#11415) 2024-01-04 18:35:56 -06:00
agentscripts test(agent/agentscripts): fix test flake in `TestEnv` (#12326) 2024-02-27 17:58:10 +00:00
agentssh refactor(agent/agentssh): move envs to agent and add agentssh config struct (#12204) 2024-02-19 16:30:00 +02:00
agenttest fix(tailnet): enforce valid agent and client addresses (#12197) 2024-03-01 09:02:33 -06:00
proto feat: send log limit exceeded in response, not error (#12078) 2024-02-09 16:17:20 +04:00
reaper chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
reconnectingpty fix(agent/reconnectingpty): fix screen startup speed by disabling messages (#12190) 2024-02-16 22:37:02 +02:00
usershell fix: appease linter on darwin (#11154) 2023-12-12 17:02:28 +04:00
agent.go feat: use v2 API for agent metadata updates (#12281) 2024-02-26 09:50:19 +04:00
agent_test.go chore: consolidate various randomPort() implementations (#12362) 2024-02-29 12:51:44 +00:00
api.go fix: appease linter on darwin (#11154) 2023-12-12 17:02:28 +04:00
apphealth.go chore: add logging around agent app health reporting (#12071) 2024-02-08 23:37:44 -06:00
apphealth_test.go chore: add tests for app ID copy in app healths (#12088) 2024-02-12 05:49:48 +00:00
metrics.go feat: change agent to use v2 API for reporting stats (#12024) 2024-02-07 15:26:41 +04:00
ports_supported.go chore: fix flake in listening ports test (#10833) 2023-11-22 09:30:51 +00:00
ports_unsupported.go fix: appease linter on darwin (#11154) 2023-12-12 17:02:28 +04:00
stats.go feat: add statsReporter for reporting stats on agent v2 API (#11920) 2024-02-01 08:21:01 +04:00
stats_internal_test.go feat: add statsReporter for reporting stats on agent v2 API (#11920) 2024-02-01 08:21:01 +04:00