-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide filter by kuma.io/service on */external-services endpoints #5908
Comments
|
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
I'm extending this with a way to add filters to any resource type. |
This also opens the path to adding more filters to the api depending on the resource descriptor Fix kumahq#5908 Signed-off-by: Charly Molter <[email protected]>
This also opens the path to adding more filters to the api depending on the resource descriptor Fix kumahq#5908 Signed-off-by: Charly Molter <[email protected]>
…nes (#7810) * feat(api-server): add filtering on list external-services and dataplanes This also opens the path to adding more filters to the api depending on the resource descriptor Fix #5908 Signed-off-by: Charly Molter <[email protected]> * fix nil dereference Signed-off-by: Charly Molter <[email protected]> --------- Signed-off-by: Charly Molter <[email protected]>
TL;DR: We need a way to retrieve an ExternalService given a ServiceInsight name (which can be different than the ExternalService name) in order to show it in the service detail view.
Description
In order to be able to look up external services by service name (which might be different than the external service name), a filter on the */external-services endpoints will be needed.
This mechanism is needed for the service list and detail views in the GUI where we list services (including external services) based on the service insights API. In order to correctly display data for external services, we need to be able to reference an external service from data that exists on the service insights API.
curl 'http://localhost:5681/meshes/default/external-services?tag=kuma.io/service:httpbin'
This is meant to provide a proper fix for kumahq/kuma-gui#599.
The text was updated successfully, but these errors were encountered: