AccessControl: SQL filters for team search (#44557)

* AccessControl: SQL filters for team search

Set test config

* Remove userIdFilter when FGAC is on
This commit is contained in:
Gabriel MABILLE
2022-02-09 16:17:31 +01:00
committed by GitHub
parent f016e19d1a
commit 01b88adb3a
6 changed files with 190 additions and 6 deletions
+1
View File
@@ -12,6 +12,7 @@ import (
var sqlIDAcceptList = map[string]struct{}{
"org_user.user_id": {},
"role.id": {},
"team.id": {},
}
var (