Authorization URL Swagger Property Enhancement
By setting the
authorizationServiceTokenEndPoint
property to the authorization service name (Kubernetes service), you cannot use the Authorize button in the Swagger UI for Order Management services, as the browser tries to call the auth Kubernetes service but it is not reachable from the outside of the cluster. To resolve this issue, a new property
has been added to set the authorization service.