When trying to deploy the jbpm-springboot-example, it fails to connect to Infinispan (see file spring_persistence_without_use_auth.log attached).
It is missing the infinispan.remote.use-auth property to enable authentication.
When enabling the infinispan.remote.use-auth property, there is still an issue (see file spring_persistence_with_use_auth.log attached). It seems the INFINISPAN_REMOTE_AUTH_USER_NAME is not taken into account by Spring framework, and instead it should INFINISPAN_REMOTE_AUTH_USERNAME
Infinispan configuration properties can be found here: https://github.com/infinispan/infinispan/blob/master/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ConfigurationProperties.java
See also properties file attached
- blocks
-
KOGITO-1235 Kogito Operator Productization
- Closed