We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug touches two issues:
acl = *
*
Can only be reproduce on non-Gen3 files. Gen3 files should be properly available.
Can be reproduced on both Gen3 and DCF files when the file is open access.
services/fileAccessControl.js
acl
src/components/EntityPage/File/index.js:413
The text was updated successfully, but these errors were encountered:
It might a config problem with the lambdas or the key manager.
Sorry, something went wrong.
The fix that was done was incomplete, as it only addressed a part of the issue, which was that DCF acl where not accounted for.
The second part is that "open access" files (acl = *) are not taken into account inside the FileEntity page.
To validate: the validation of the acl in the file repository page could also have the same bug.
jberube
No branches or pull requests
Description
This bug touches two issues:
acl = *
) are not accounted forSteps to reproduce
*
in the data service.Note
Can only be reproduce on non-Gen3 files. Gen3 files should be properly available.Can be reproduced on both Gen3 and DCF files when the file is open access.
Screenshot
Technical details
services/fileAccessControl.js
, the code looks up the contents of theacl
field in the file-centric index.src/components/EntityPage/File/index.js:413
. Only GEN3 access are validated.The text was updated successfully, but these errors were encountered: