Excluding Roles from Graph Modeling User Management
26/08/2026
Roles from other Graphwise Platform applications within the Graph Modeling realm will appear as regular realm roles. These roles also appear in Graph Modeling User Management by default. To prevent Graph Modeling from managing or migrating regular Keycloak realm roles as client roles, add these roles to POOLPARTY_ROLES_IGNORED.
You can configure POOLPARTY_ROLES_IGNORED as an environment variable within the poolparty service block in your Docker Compose file:
services:
poolparty:
environment:
POOLPARTY_ROLES_IGNORED: "TestRole,UV_.*"Values are comma-separated role names or Java regular expressions. For example, UV_.* matches every role whose name starts with UV_.
Important
You must restart the poolparty service after applying this setting for it to take effect. Restarting Keycloak is not required.
Ignored roles are not displayed under the Roles node in the Graph Modeling User Management tab and remain available as realm roles for custom Keycloak usage.