-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #478 from angrykoala/fix-roles-int-test
Fix roles int test
- Loading branch information
Showing
3 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[[security]] | ||
= Security | ||
|
||
This chapter describes security considerations and known issues. | ||
|
||
== Authorization not triggered for empty match | ||
|
||
If a query yields no results, the xref::auth/auth-directive.adoc[Authorization] process will not be triggered. | ||
This means that the result will be empty, instead of throwing an authentication error. Unauthorized users may | ||
then discern whether or not a certain type exists in the database, even if data itself cannot be accessed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters