You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The discovery service-protected endpoints access depends on the accessibility of the Authentication service. The health of the service doesn't reflect this fact though, as such the composite health endpoint on Gateway also doesn't take this fact into account.
Steps to Reproduce
Start all the services
Kill gateway service
Access authenticated endpoint e.g. /discovery/api/v1/staticApi
503 is returned
/application/health on discovery service returns just that the service is up.
Expected behavior
/application/health on discovery service and gateway service should at least somehow keep the information that the service isn't fully operational.
The text was updated successfully, but these errors were encountered:
Describe the bug
The discovery service-protected endpoints access depends on the accessibility of the Authentication service. The health of the service doesn't reflect this fact though, as such the composite health endpoint on Gateway also doesn't take this fact into account.
Steps to Reproduce
Expected behavior
/application/health on discovery service and gateway service should at least somehow keep the information that the service isn't fully operational.
The text was updated successfully, but these errors were encountered: