-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inner read (selections) authorization behavior #74
Labels
Comments
The errors are returned because the |
This will be solved #76 |
m-tabaza
added a commit
that referenced
this issue
Nov 26, 2020
Still, we need to fix the redundant error messages by short-circuiting on children of a failed parent in the authorizer. |
m-tabaza
added a commit
that referenced
this issue
Nov 26, 2020
m-tabaza
added a commit
that referenced
this issue
Nov 26, 2020
* . * Metals updtes * Allowed `Int`s as default values for `Float` model fields #45 * Made `ALL` permission include `PUSH_TO` and `REMOVE_FROM` for array fields #65 * * Moved JWT logic to `core` * Added `root-jwt` command to CLI (#67) * Metals updates * Fixed #72 * Made it possible to define enum variants only through identifiers. #78 * Removed recursive selection checking in authorization. #74 * Dummy commit to test GitHub Actions * Fixed broken tests. Should finalize #76 and #74 * Updated installation page * Changed license to Apache 2.0 Co-authored-by: Anas Albarghouthy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inner read (selections) authorization behavior
Pragmafile: https://gist.github.com/anasbarg/f5617d17e45e35488689408322e14a16
Problem
I'm trying to run this query against the above Pragmafile:
and I'm getting the following result:
Expected
The text was updated successfully, but these errors were encountered: