Skip to content

Commit a47a3f4

Browse files
committed
comment
1 parent f748b19 commit a47a3f4

File tree

1 file changed

+1
-0
lines changed
  • internal/middleware/auth/authorizer

1 file changed

+1
-0
lines changed

internal/middleware/auth/authorizer/abac.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func OpaGatekeeper(r *http.Request) bool {
3939

4040
if strings.HasSuffix(requestUserInfo.GetAccountId(), string(usecase.OPAGatekeeperReservedAccountIdSuffix)) {
4141
// Allow restricted API from OPA Gatekeeper
42+
// ToDo: Add only API endpoints for OPA Gatekeeper
4243
}
4344

4445
return true

0 commit comments

Comments
 (0)