Skip to content

feat: check for circular role grants

Alexander Kurdakov requested to merge circullar_role_grants into master

Summary

Add to access_check_grant_revoke check for loop while granting roles to roles.

Close #415 (closed) Relate #421

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here
Edited by Alexander Kurdakov

Merge request reports