1

Drools Workbench does not authenticate when calling Kie-Server REST

I'm runnig jboss/drools-workbench-showcase and jboss/kie-server-showcase. Everything ok, kie-server registering itself and I see it in "Execution servers" and can deploy and run projects. But when I'm trying to view process instances it says "Invalid credentials to load data from remote server. Contact your system administrator". After some investigations I found that WB opens keep-alive connection, sends GET with Authorization header, but the second POST without.

STR

docker run --rm -ti -p 8080:8080 -p 8001:8001 --name drools-workbench jboss/drools-workbench-showcase:latest
docker run -p 8180:8080 -ti --name kie-server --link drools-workbench:kie_wb jboss/kie-server-showcase:latest

Login with admin:admin and go to the "Process Instances"

HTTP Stream dump

https://pastebin.com/raw/XB2MKUAv

Elijah
  • 133
  • 5

0 Answers0