Last 6 months

Integrate Red Hat Process Automation Manager with Springboot

    Blog post image      

We worked on a request to migrate RHPAM/EAP applications to RHPAM/Springboot. The following steps were adopted to help the client move into RHPAM/Springboot containers. Environment: Database configuration: There are differences in the sequence configured for RHPAM/EAP application and RHPAM/Springboot applications. Please run the below script to update sequence: Update application.properties with the following properties toRead more →

How to add users using file-based strategy in PAM/DM 7.12

    Blog post image      

Issue Identified: Custom Users/Roles not created in RHPAM 7.12.1/EAP 7.4.1. Sample of invalid user.xml: <?xml version="1.0" ?> <identity xmlns="urn:elytron:1.0"> <attributes> <name="roles" value="kie-server"></attribute> <attribute name="roles" value="rest-all"></attribute> <attribute name="roles" value="admin"></attribute> <attribute name="roles" value="kiemgmt"></attribute> <attribute name="roles" value="Administrators"></attribute> <attribute name="roles" value="user"></attribute> </attributes></identity>$ Error in logs: 23:35:20,692 ERROR [org.jboss.as.controller.management-operation] (CLI command executor) WFLYCTL0013: Operation (“set-password”) failed – address: ( (“subsystem”Read more →