fix: don't use domain validator in acl matching logic

This commit is contained in:
Stavros
2026-08-22 21:17:08 +03:00
parent 4dc12c677c
commit 61d372b288
4 changed files with 54 additions and 25 deletions
@@ -978,6 +978,7 @@ func TestProxyController(t *testing.T) {
NewProxyController(ProxyControllerInput{
Log: log,
RuntimeConfig: &runtime,
Config: &cfg,
RouterGroup: group,
ACLsService: aclsService,
AuthService: authService,