Skip to content

Commit

Permalink
Update authorization.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang authored Oct 18, 2023
1 parent 59b8713 commit baa0c43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/security/authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ For requests handled by the `MongoService` (i.e. the service that implements the
"allowWriteMode": false,
"readFilter": {"$or": [ {"status": "public"}, {"author": "@user._id"} ] },
"writeFilter": {"author": "@user._id"},
"mergeRequest": {"author": "@user._id"}
"mergeRequest": {"author": "@user._id"},
"projectResponse": {"secret": 0 }
}
}
----
Expand Down Expand Up @@ -322,4 +323,4 @@ An example follows (for more examples check link:https://github.com/SoftInstigat
{ "log": 0 }
----

TIP: Watch link:https://www.youtube.com/watch?v=QVk0aboHayM&t=1553s[Authorization via file and MongoDB]
TIP: Watch link:https://www.youtube.com/watch?v=QVk0aboHayM&t=1553s[Authorization via file and MongoDB]

0 comments on commit baa0c43

Please sign in to comment.