Creating Roles

To create a new role

  1. Using vi or any other text editor, edit the file /usr/local/ffm/config/shiro.ini.

  2. In the roles section of the shiro.ini file, add the new role according to your requirement and assign relevant permissions to it. For example

    NewRole = Permission1, Permission2, Permission3.
  3. Restart Fabric Manager services for the changes to take effect.