4.2.5.2 Role Mapping for MicroTx Distributed Transactions Coordinator

Under security.identityProvider.roleMappings.coordinator, map identity provider roles to MicroTx Distributed Transactions roles and permissions.

Property Description
adminUserRolesPath Enter the path to the administrator role in the JWT token. For example, realm_access, roles. See Specify the Admin Role in YAML file.
adminUserRoles Enter a comma-separated list of names of the administrator roles that you have configured in the identity provider to grant access to the MicroTx Distributed Transactions administrator APIs. Only the users that are granted this role are permitted to access the console. For example, admin, consoleadmin. See Specify the Admin Role in YAML file.

The following code snippet provides sample values for roleMappings for MicroTx Distributed Transactions coordinator roles in the values.yaml file.

roleMappings:
  coordinator:
    adminUserRoles: "admin, consoleadmin"
    adminUserRolesPath: "realm_access, roles"