Skip to content
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

Check writer permission before merging #302

Open
trungnotchung opened this issue Dec 30, 2024 · 0 comments · May be fixed by #303
Open

Check writer permission before merging #302

trungnotchung opened this issue Dec 30, 2024 · 0 comments · May be fixed by #303

Comments

@trungnotchung
Copy link
Contributor

Currently, we apply operations after checking its signature. With the ACL, we need to check if the peer that generated each vertex has permission to write or not before merging:

  • If the ACL exists, check permission with drp.acl.isWriter(peerId).
  • If the ACL does not exist, blind merging.
@trungnotchung trungnotchung linked a pull request Dec 30, 2024 that will close this issue
@anhnd350309 anhnd350309 moved this from Triage to 🗃️ Backlog in Project Management Dec 30, 2024
@anhnd350309 anhnd350309 moved this from 🗃️ Backlog to 🔮 In Progress in Project Management Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔮 In Progress
Development

Successfully merging a pull request may close this issue.

1 participant