-
Notifications
You must be signed in to change notification settings - Fork 347
GraphQL Field Authorization for Queries #544
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
75fa1d5
Updated FieldToRolesMap definitions and comment descriptions
seantleonard 75414f5
Populate FieldToRolesMap during permissions configuration processing …
seantleonard cd1bf6a
Add @authorize directive for field level READ operations in GraphQL
seantleonard e45b067
Basic test to check AuthZ Field for authorize Directive on objectType…
seantleonard 4ed517a
Remove whitespace.
seantleonard 5465955
add using
seantleonard a50e6d4
`AutoGeneratedFieldHasAuthorizeDirective()` test method comment and e…
seantleonard 15c0983
Fixed typo.
seantleonard fc914db
Remove default null parameter in SchemaConverter.FromTableDefinition(…
seantleonard 0df8d3f
Add anonymous check when adding fields. and check role count in order…
seantleonard 46c165e
Remove anonymous default role since this results in authorize directi…
seantleonard 7a7df69
Add method comment which did not originally have one. Adding since I …
seantleonard d0513c9
Change param of `rolesAllowedForEntity` to not be nullable, since it …
seantleonard 51006d8
Merge branch 'main' into dev/seleonar/graphQL_Field_AuthZ
seantleonard 5f950a2
Fixed typo'd directive in irrelevant test. Add test for anonymous rol…
seantleonard 29704b0
fixed typo
seantleonard b41d5fb
Added datarow tests for checking presence of authorize directive.
seantleonard 4717e7d
Merge branch 'main' into dev/seleonar/graphQL_Field_AuthZ
seantleonard ad56828
consistency with attribute and spacing
seantleonard b8879e4
Merge branch 'dev/seleonar/graphQL_Field_AuthZ' of https://github.com…
seantleonard 24cd581
Extra space
seantleonard e2e1f1d
Merge branch 'main' into dev/seleonar/graphQL_Field_AuthZ
seantleonard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.