Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add socket auditor for forwarding logs to coder agent#124

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
zedkipp wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromzedkipp/socket-auditor

Conversation

@zedkipp
Copy link
Contributor

@zedkippzedkipp commentedDec 19, 2025
edited
Loading

Add SocketAuditor that sends audit logs to the Coder workspace agent via a Unix socket. This enables boundary audit events to be forwarded to coderd for centralized logging.

Features:

  • Batching: 10 logs or 5 seconds, whichever comes first
  • Wire format: length-prefixed protobuf (proto imported from AgentAPI) to make boundary -> agent -> coderd simple to start

RFC:https://www.notion.so/coderhq/Agent-Boundary-Logs-2afd579be59280f29629fc9823ac41ba?pvs=23
coder/coder#21280

@zedkippzedkippforce-pushed thezedkipp/socket-auditor branch 2 times, most recently from43d87db tofac8048CompareDecember 19, 2025 21:22
Add SocketAuditor that sends audit logs to the Coder workspace agentvia a Unix socket. This enables boundary audit events to be forwardedto coderd for centralized logging.Implementation notes:- Batching: 10 logs or 5 seconds, whichever comes first- Wire format: tag & length prefixed protobuf. proto imported from AgentAPI to  simplify boundary -> agent -> coderd forwarding to start.- CLI and config flag to disable sending of audit logs to workspace agent  as an escape hatch
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@zedkipp

[8]ページ先頭

©2009-2025 Movatter.jp