-
Notifications
You must be signed in to change notification settings - Fork 72
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
HJ-138 - Added a security setting that must be set to true to enable the access request download feature #5451
Conversation
…Access request download feature
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
…Access request download feature
fides Run #10773
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5451/merge
|
Run status |
Passed #10773
|
Run duration | 00m 38s |
Commit |
37480ed2c0 ℹ️: Merge a5905908884bca6b21b85ab78645e21a5debac47 into e3d2fe8c03f4294a9425bdacdf9d...
|
Committer | Andres Torres |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
View all changes introduced in this branch ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5451 +/- ##
=======================================
Coverage 85.47% 85.47%
=======================================
Files 384 384
Lines 24116 24119 +3
Branches 2624 2625 +1
=======================================
+ Hits 20612 20615 +3
Misses 2950 2950
Partials 554 554 ☔ View full report in Codecov by Sentry. |
…Access request download feature
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.
Thanks for making the changes! I just made a few more recommendations but I'll approve this now to not block this further
Co-authored-by: Adrian Galvan <[email protected]>
fides Run #10778
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #10778
|
Run duration | 00m 37s |
Commit |
dc3bfed3fc: HJ-138 - Added a security setting that must be set to true to enable the access ...
|
Committer | Andres Torres |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
View all changes introduced in this branch ↗︎ |
Closes #HJ-138
Description Of Changes
Added a security setting that must be set to true to enable the access request download feature
Code Changes
get_access_results_urls
and its testsSteps to Confirm
.env
:FIDES__SECURITY__SUBJECT_REQUEST_DOWNLOAD_UI_ENABLED
as true or falseFIDES__SECURITY__SUBJECT_REQUEST_DOWNLOAD_UI_ENABLED==false
Pre-Merge Checklist
CHANGELOG.md
main
downgrade()
migration is correct and works