crn4
e62521132c
Merge remote-tracking branch 'origin/main' into feat/byod-proxy
...
# Conflicts:
# management/internals/modules/reverseproxy/domain/manager/manager.go
# management/internals/modules/reverseproxy/proxy/manager.go
# management/internals/modules/reverseproxy/proxy/manager/manager.go
# management/internals/modules/reverseproxy/proxy/manager_mock.go
# management/internals/shared/grpc/proxy.go
# management/server/store/sql_store.go
# proxy/management_integration_test.go
2026-04-13 17:02:24 +03:00
Pascal Fischer
14b3b77bda
[management] validate permissions on groups read with name ( #5749 )
2026-04-07 14:13:09 +02:00
Viktor Liu
5bf2372c4d
[management] Fix L4 service creation deadlock on single-connection databases ( #5779 )
2026-04-02 14:46:14 +02:00
crn4
de3cb06067
added proxy id to cluster api response
2026-03-31 00:28:19 +02:00
Viktor Liu
0765352c99
[management] Persist proxy capabilities to database ( #5720 )
2026-03-30 13:03:42 +02:00
Pascal Fischer
7e1cce4b9f
[management] add terminated field to service ( #5700 )
2026-03-26 16:59:08 +01:00
crn4
38fd73fad6
merge main
2026-03-24 14:50:03 +01:00
Viktor Liu
b550a2face
[management, proxy] Add require_subdomain capability for proxy clusters ( #5628 )
2026-03-20 11:29:50 +01:00
crn4
26ba03f08e
[proxy] feature: bring your own proxy
2026-03-19 01:02:46 +01:00
Viktor Liu
212b34f639
[management] Add GET /reverse-proxies/clusters endpoint ( #5611 )
2026-03-18 11:15:56 +08:00
Viktor Liu
f0eed50678
[management] Accept domain target type for L4 reverse proxy services ( #5612 )
2026-03-17 16:29:03 +01:00
Viktor Liu
387e374e4b
[proxy, management] Add header auth, access restrictions, and session idle timeout ( #5587 )
2026-03-16 15:22:00 +01:00
Viktor Liu
3e6baea405
[management,proxy,client] Add L4 capabilities (TLS/TCP/UDP) ( #5530 )
2026-03-13 18:36:44 +01:00
Pascal Fischer
e50e124e70
[proxy] Fix domain switching update ( #5585 )
2026-03-12 17:12:26 +01:00
Pascal Fischer
30c02ab78c
[management] use the cache for the pkce state ( #5516 )
2026-03-09 12:23:06 +01:00
Pascal Fischer
5c20f13c48
[management] fix domain uniqueness ( #5529 )
2026-03-07 10:46:37 +01:00
Viktor Liu
e601278117
[management,proxy] Add per-target options to reverse proxy ( #5501 )
2026-03-05 10:03:26 +01:00
Maycon Santos
8e7b016be2
[management] Replace in-memory expose tracker with SQL-backed operations ( #5494 )
...
The expose tracker used sync.Map for in-memory TTL tracking of active expose sessions, which broke and lost all sessions on restart.
Replace with SQL-backed operations that reuse the existing meta_last_renewed_at column:
- Add store methods: RenewEphemeralService, GetExpiredEphemeralServices, CountEphemeralServicesByPeer, EphemeralServiceExists
- Move duplicate/limit checks inside a transaction with row-level locking (SELECT ... FOR UPDATE) to prevent concurrent bypass
- Reaper re-checks expiry under row lock to avoid deleting a just-renewed service and prevent duplicate event emission
- Add composite index on (source, source_peer) for efficient queries
- Batch-limit and column-select the reaper query to avoid DB/GC spikes
- Filter out malformed rows with empty source_peer
2026-03-04 18:15:13 +01:00
Pascal Fischer
d7c8e37ff4
[management] Store connected proxies in DB ( #5472 )
...
Co-authored-by: mlsmaycon <mlsmaycon@gmail.com >
2026-03-03 18:39:46 +01:00