yusing
78be9b1c71
fix(agent): update script url
2025-05-17 08:39:03 +08:00
yusing
36ceba3ae7
security: switch from RSA-2048 to ECDSA-P256 for agent certs and update certificate config and handling
2025-05-17 08:29:01 +08:00
yusing
4bbff323e3
chore: update dependencies
Docker Image CI (nightly) / build-nightly (push) Waiting to run
Docker Image CI (nightly) / build-nightly-agent (push) Waiting to run
2025-05-16 07:19:33 +08:00
yusing
8f9c76daa5
chore: update dependencies
2025-05-14 21:00:53 +08:00
yusing
84e7a6591e
fix(agent): health check logic
2025-05-11 00:05:01 +08:00
yusing
b30c0d7dc0
feat(api): include agent version in response
Docker Image CI (nightly) / build-nightly (push) Waiting to run
Docker Image CI (nightly) / build-nightly-agent (push) Waiting to run
Docker Image CI (socket-proxy) / build (push) Has been cancelled
2025-05-10 13:37:51 +08:00
yusing
43b493c60e
fix(agent): docker handler
2025-05-10 12:26:50 +08:00
yusing
e0e0fab127
fix(agent): disable socket proxy by default
2025-05-10 12:26:06 +08:00
yusing
8fe94d6d14
feat(socket-proxy): implement Docker socket proxy and related configurations
...
- Updated Dockerfile and Makefile for socket-proxy build.
- Modified go.mod to include necessary dependencies.
- Updated CI workflows for socket-proxy integration.
- Better module isolation
- Code refactor
2025-05-10 09:47:03 +08:00
yusing
ead27c72f1
fix(agent): typo for /distribution endpoint and update related configurations
2025-05-09 11:37:41 +08:00
yusing
455a85e6a0
feat(docker): add Docker socket proxy support and related configurations
...
Docker Image CI (nightly) / build-nightly (push) Waiting to run
Docker Image CI (nightly) / build-nightly-agent (push) Waiting to run
- Introduced Docker socket proxy handling in the agent.
- Added environment variables for Docker socket configuration.
- Implemented new Docker handler with endpoint permissions based on environment settings.
- Added tests for Docker handler functionality.
- Updated go.mod to include gorilla/mux for routing.
2025-05-08 20:59:32 +08:00
yusing
8424fd9f1a
chore: upgrade dependencies
2025-05-08 17:57:08 +08:00
yusing
4daefa19d1
build: update Go version to 1.24.3 in Dockerfile and go.mod
2025-05-07 23:12:55 +08:00
yusing
e41c6530ab
chore: update dependencies and Makefile
2025-05-05 20:41:25 +08:00
yusing
7552a706a7
chore: deps upgrade
2025-05-04 06:33:08 +08:00
yusing
91302ceed7
feat: simplify and optimize system info
2025-05-02 10:31:04 +08:00
yusing
c49016f22c
fix: go.mod and deps upgrade
2025-04-28 11:32:01 +08:00
yusing
01179adfa8
fix: loosen agent version checking
...
- warn instead of error when version mismatch
- check for major version only
- better version parsing
2025-04-26 05:38:59 +08:00
yusing
e4be403bef
fix(agent): reduce the size of agent binary by modules separation
2025-04-26 05:22:40 +08:00
yusing
b427ff1f88
feat(acl): connection level ip/geo blocking
...
- fixed access log logic
- implement acl at connection level
- acl logging
- ip/cidr blocking
- geoblocking with MaxMind database
2025-04-25 10:47:52 +08:00
yusing
663a107c06
merge: main branch
2025-04-24 15:02:31 +08:00
yusing
51813e6030
refactor(agent): replace deprecated context import with standard context package
2025-04-02 15:31:50 +08:00
yusing
f661907268
refactor(agent): streamline certificate and server handling in StartAgentServer function
2025-03-29 16:44:23 +08:00
yusing
be85633c32
fix(agent): fix agent host validatation and improve file path handling
2025-03-29 16:44:16 +08:00
yusing
392946fe33
fix(agent): fix generating incorrect cert values for shell command
2025-03-29 16:27:25 +08:00
yusing
671024965f
fix(agent): initialize logger and start system info polling in main.go
2025-03-29 16:26:37 +08:00
yusing
b5b4f0453a
chore: remove unused AgentRegistrationPort environment variable from env.go
2025-03-29 16:10:33 +08:00
yusing
232f720e77
refactor: use stretchr/testify, replace ExpectBytesEqual and ExpectDeepEqual with ExpectEqual in tests
2025-03-28 08:45:06 +08:00
yusing
47ab6b8a92
feat: godoxy agent
2025-03-28 03:36:35 +08:00