There are a few operations like zb store object delete and zb store object register that directly operate on the store database. These aren't suitable for all store server implementations and generally should require elevated privileges. To preserve proper locking semantics, it would be better to wrap these up in RPCs, but distinguish them from the other RPCs for security purposes.
There are a few operations like
zb store object deleteandzb store object registerthat directly operate on the store database. These aren't suitable for all store server implementations and generally should require elevated privileges. To preserve proper locking semantics, it would be better to wrap these up in RPCs, but distinguish them from the other RPCs for security purposes.