fix: fail acl lookup when input domain doesn't match cookie domain

This commit is contained in:
Stavros
2026-08-23 17:37:46 +03:00
parent 447b8410ff
commit 1f1abbf64d
3 changed files with 11 additions and 4 deletions
@@ -918,6 +918,7 @@ func TestProxyController(t *testing.T) {
aclsService := service.NewAccessControlsService(service.AccessControlServiceInput{
Log: log,
Config: &cfg,
Runtime: &runtime,
LabelProvider: nil,
})