-
Notifications
You must be signed in to change notification settings - Fork 82
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
741 refactoring. dataall.core.groups #1113
741 refactoring. dataall.core.groups #1113
Conversation
Overall it looks great. There is one additional thing that we should modify on the resolvers
To avoid 1. passing the context as input to all APIs and 2. starting a session before validating permissions, we released a way of accessing the context of the API at any moment. With that in mind, we should change the resolver to:
Note that I have added some validation for
Then in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-reviewed! It is ready to be merged :)
Feature or Bugfix
Detail
Relates
Security
Please answer the questions below briefly where applicable, or write
N/A
. Based onOWASP 10.
fetching data from storage outside the application (e.g. a database, an S3 bucket)? N/A
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.