-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
7.8.0.GA
-
Red Hat Process Automation Manager 7.8.0
Spring Boot application
When running a spring boot application we can connect to kie-server only using the default username and password (kieserver/kieserver1!). If we change the username and password in the spring application, even changing the properties `<property name="org.kie.server.user" value="anton"/>` and `<property name="org.kie.server.pwd" value="password1!"/>` in the standalone file, the connection can't be established.