...
The /manage/**
endpoints provided by the AUTHENTICATION Service are available via a separate port which is protected from external access. Even if they are exposed for access without a specific authorization in the authentication-prod.yml file, they are accessible only for services inside the Kubernetes cluster. In order to call the /manage/**
endpoints of the AUTHENTICATION service, the ancillary Kubernetes Service authentication-manage-service
controls the separate port.
...