Closed
Description
Currently, we verify the role permission in graphd.
steps:
- create a user A with admin role.
- login with the user A, and do not release the session.
- login with root in another session.
- change role from admin to user.
expected:
- the original session cannot create schema.
actual:
- still could create schema, as we use roles when the user login.
Activity