We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f748b19 commit a47a3f4Copy full SHA for a47a3f4
internal/middleware/auth/authorizer/abac.go
@@ -39,6 +39,7 @@ func OpaGatekeeper(r *http.Request) bool {
39
40
if strings.HasSuffix(requestUserInfo.GetAccountId(), string(usecase.OPAGatekeeperReservedAccountIdSuffix)) {
41
// Allow restricted API from OPA Gatekeeper
42
+ // ToDo: Add only API endpoints for OPA Gatekeeper
43
}
44
45
return true
0 commit comments