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
The Open API endpoint of the search and availability apps should return back the gateway's hostname in the "servers" section. Instead, the internal server route (service.namspace) is being returned when being used with the OSS spring cloud gateway. This does not appear to be an issue with the commercial K8s version of the gateway.
This can be observed by hitting the OpenAPI end point and inspecting the servers field. Below is an example:
The Open API endpoint of the search and availability apps should return back the gateway's hostname in the "servers" section. Instead, the internal server route (service.namspace) is being returned when being used with the OSS spring cloud gateway. This does not appear to be an issue with the commercial K8s version of the gateway.
This can be observed by hitting the OpenAPI end point and inspecting the servers field. Below is an example:
returns:
The text was updated successfully, but these errors were encountered: