-
Notifications
You must be signed in to change notification settings - Fork 22
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
[discuss] should we switch to requiring container-write instead of resource-write permissions for delete? #47
Comments
General note regarding changes: |
No cherry-picking please 😛 |
I have implemented the current spec in pod-server, which means |
Closing this issue as consensus is deemed to be captured in WAC Editor's Draft: https://solid.github.io/web-access-control-spec/ . See #authorization-evaluation #reading-writing-resources #access-mode-extensions . See also #85 |
This spec clearly states that it requires
acl:Write
on the resource, but in nodeSolidServer/node-solid-server#729 NSS diverged from the spec.In nodeSolidServer/node-solid-server#729 (comment) @dmitrizagidulin correctly remarked that this should be made into a spec-level discussion, but it seem that his remark was ignored?
So let's have the discussion now!
Pro change:
Con change:
acl:Write
intoacl:Create
,acl:Update
, andacl:Delete
.The text was updated successfully, but these errors were encountered: