I am building an Infinispan cluster on OpenShift based off the documentation found here. I am trying to access the Management interface through the exposed 9990 port. I am using version 9.1.3.Final.
When I set the route to be HTTP to the 9990 management port, the management interface appears correctly. When I set the route to be secured with Edge termination, the interface errors out with the following error message.
Looking at the requests on the network, it appears I get a 403 somewhere in the authentication flow:
Is there something I should do differently to configure the Infinispan server to accept this traffic? I am using the default cloud configuration with the Kubernetes jgroups stack.