Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Define the JSON file with role-permissions relation objects for a Folio module:

    Code Block
    {
      "roles": [
        {
          "name": "Check-in All{{roleName}}",
          "description": "Role for Check-in All{{role description}}",
          "permissions": [
            {{folio permissions, assigned to  "ui-checkin.all"a role}}
          ]
        }
      ]
    }
    
  2. Place this file into the following folder: https://github.com/folio-org/mod-roles-keycloak/tree/master/src/main/resources/reference-data/roles

  3. Create a pull-request for Eureka team with the new roles

  4. When it’s merged - the new default roles will appear at the next snapshot environment deployed with the latest version of mod-roles-keycloak