Skip to content

Use updated method name for fetching connected agents

Tiger Watson requested to merge update-connected-agents-grpc-call into master

What does this MR do and why?

Emergency fix for gitlab-com/gl-infra/production#17887 (closed).

Method names are autogenerated from class names, which means that a rename from GetConnectedAgentsByAgentIdsRequest to GetConnectedAgentsByAgentIDsRequest in !143622 (merged) and gitlab-org/cluster-integration/gitlab-agent!1433 (merged) removed a method we relied on.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Tiger Watson

Merge request reports