- Issue created by @sgostanyan
- Status changed to Needs review
8 months ago 12:38pm 24 April 2024
When creating an OpenAgenda node, constraint validation is made by calling the hasPermission function from openagenda sdk. That method calls "/v2/me/agendas" endpoint which needs admin rights. But a given public key may be able to fetch events from public agenda without needing to have admin rights.
Try to get at least the first event when validating OpenAgenda node to ensure read right is ok.
Needs review
3.4
Code