-
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
925 datasets auto approval #988
925 datasets auto approval #988
Conversation
Add migrations. Add property for NewDatasetInput
Change to sharing workflow: if autoApprovalEnabled, the request is approved right after submission Integration test for autoapproval
ModifyDatasetInput
backend/dataall/modules/dataset_sharing/services/share_object_service.py
Outdated
Show resolved
Hide resolved
One thought - do we want to expose the value of |
I thought about it. From my POV auto-approval is close to confidentiality. But it seems that confidentiality is not exposed anywhere in views. Happy to discuss |
I think we do expose I think we can also expose UPDATE: Finished testing and everything working as expected! I am inclined to expose |
Tested in AWS:
With an existing dataset:
With a new dataset:
With an imported dataset
|
Done |
Verified - showing Auto-Approval flags part of Dataset Overview now |
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.
Looks good! Approving
Feature or Bugfix
Detail
Relates
#925
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)? Yes
eval
or similar functions are used? N/ABy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.