While trying a create a new Role through Security Manager, it doesn't allow to create a role without inheriting an existing Role i.e. In short all the 3 fields are mandatory for creating a new Role. However while trying to create a Role through command line allows to create a role without inheriting any existing Role.
The following works and gets reflected under the security manager once created.
insert into ORole set name="newRole", mode = 0;
Steps to reproduce:
Login to orientDB as admin
Click on security tab, then click on Role tab, then ADD ROLE
While trying a create a new Role through Security Manager, it doesn't allow to create a role without inheriting an existing Role i.e. In short all the 3 fields are mandatory for creating a new Role. However while trying to create a Role through command line allows to create a role without inheriting any existing Role. The following works and gets reflected under the security manager once created. insert into ORole set name="newRole", mode = 0; Steps to reproduce:
Thanks, Bishnu