Hello,
I am using custom made Docker image with WildFly + Business Central on it. The image is very similar to the official one.
When the image starts for the first time, two users are automatically created using the add-user.sh. Both users are created successfully and the credentials are stored in the application-users.properties file. I can use these users to log into Business Central and for REST authentication, so everything seems to work fine.
However, the Business Central GUI does not show these users. It shows 0 users. Why could it be? When I create a new user in the GUI, it works fine. Observation I have made is that the users I create in the GUI are not stored in properties files, but in a directory named kie-fs-realm-users. I think this is where the problem is, but I have not been able to resolve this problem or find a solution.
Anyone knows what I am doing wrong?
Thank you very much