diff --git a/ee/query-service/integrations/gateway/proxy.go b/ee/query-service/integrations/gateway/proxy.go index 493dd4130b..06cb08c33a 100644 --- a/ee/query-service/integrations/gateway/proxy.go +++ b/ee/query-service/integrations/gateway/proxy.go @@ -9,8 +9,8 @@ import ( ) var ( - RoutePrefix string = "/api/gateway" - AllowedPrefix []string = []string{"/v1/workspaces/me", "/v2/profiles/me"} + RoutePrefix string = "/api/gateway" + AllowedPrefix []string = []string{"/v1/workspaces/me", "/v2/profiles/me", "/v2/deployments/me"} ) type proxy struct {