...
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": [ "ui-checkin.all"{{folio permissions, assigned to a role}} ] } ] }
Place this file into the following folder: https://github.com/folio-org/mod-roles-keycloak/tree/master/src/main/resources/reference-data/roles
Create a pull-request for Eureka team with the new roles
When it’s merged - the new default roles will appear at the next snapshot environment deployed with the latest version of
mod-roles-keycloak