-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
Undefined
-
-
2021 Week 31-33 (from Aug 2)
As part or the examples updates the data-index-url configuration have been changed adding '/graphql' at the end:
KOGITO_DATAINDEX_HTTP_URL: http://${DOCKER_GATEWAY_HOST}:8180/graphql
Currently the expected url is without the '/graphql', that conf have to be restored to make the interaction work.
Infinispan auth seems to be enabled by defauit. We need explicitly disable it adding to each 'with-console' example application.properties
quarkus.infinispan-client.use-auth=false