At the moment, the JWT demo code uses JAX-RS client to invoke the back end and it is not configurable. When we deploy the apps to k8s, it will not work any more as port would be different.
We need to use Rest client to have the back end url configuration, maybe using the SPI version of MP Rest client.
At the moment, the JWT demo code uses JAX-RS client to invoke the back end and it is not configurable. When we deploy the apps to k8s, it will not work any more as port would be different.
We need to use Rest client to have the back end url configuration, maybe using the SPI version of MP Rest client.