From 80c28d6a31e7e6392e763d0ffea71774b03ada07 Mon Sep 17 00:00:00 2001 From: Fernanda Date: Fri, 6 Feb 2026 13:34:32 -0300 Subject: [PATCH 1/2] W-21092333-grpc-support-fa --- modules/ROOT/pages/getting-started-proxy.adoc | 2 +- modules/ROOT/pages/manage-policies-overview.adoc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/getting-started-proxy.adoc b/modules/ROOT/pages/getting-started-proxy.adoc index 722d2a746..20bac415c 100644 --- a/modules/ROOT/pages/getting-started-proxy.adoc +++ b/modules/ROOT/pages/getting-started-proxy.adoc @@ -13,7 +13,7 @@ You can manage your instance using the following steps: . xref:exchange::to-create-an-asset.adoc#create-an-api-asset[Create an API asset in Exchange] + -You can create an REST, HTTP, or SOAP API asset in Exchange and manage it as an API instance +You can create a REST, HTTP, SOAP, or gRPC API asset in Exchange and manage it as an API instance in API Manager. . xref:create-instance-task.adoc[Add an API Instance in API Manager] + diff --git a/modules/ROOT/pages/manage-policies-overview.adoc b/modules/ROOT/pages/manage-policies-overview.adoc index d3b208ca0..7ed7ee725 100644 --- a/modules/ROOT/pages/manage-policies-overview.adoc +++ b/modules/ROOT/pages/manage-policies-overview.adoc @@ -9,6 +9,11 @@ From API Manager, you can apply policies to APIs in Flex Gateway Connected Mode, Policies enable you to enforce regulations to help manage security, control traffic, and improve adaptability of your APIs. For example, a policy can control authentication, access, allotted consumption, and service level access (SLA). You can implement these regulations with no modification to the code implementation. +Policies are available based on the API type and the gateway where the API instance is deployed. +For gRPC APIs, API Manager displays only policies that are enabled for gRPC and supported by Flex Gateway. + +NOTE: gRPC policies apply only to gRPC APIs and are supported only on Flex Gateway. + To find the policies available for your gateway, see xref:policies::policies-availability-by-gateway.adoc[]. For more information about specific policies and how to apply them, see: From 85fd6201cd5ae912292af796fa04dba0b70f5dc3 Mon Sep 17 00:00:00 2001 From: Fernanda Ailup <105381467+failup@users.noreply.github.com> Date: Tue, 17 Mar 2026 09:09:10 -0300 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: glenn-rodgers-sf <115032644+glenn-rodgers-sf@users.noreply.github.com> --- modules/ROOT/pages/manage-policies-overview.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ROOT/pages/manage-policies-overview.adoc b/modules/ROOT/pages/manage-policies-overview.adoc index 7ed7ee725..a5a88b458 100644 --- a/modules/ROOT/pages/manage-policies-overview.adoc +++ b/modules/ROOT/pages/manage-policies-overview.adoc @@ -10,9 +10,7 @@ From API Manager, you can apply policies to APIs in Flex Gateway Connected Mode, Policies enable you to enforce regulations to help manage security, control traffic, and improve adaptability of your APIs. For example, a policy can control authentication, access, allotted consumption, and service level access (SLA). You can implement these regulations with no modification to the code implementation. Policies are available based on the API type and the gateway where the API instance is deployed. -For gRPC APIs, API Manager displays only policies that are enabled for gRPC and supported by Flex Gateway. -NOTE: gRPC policies apply only to gRPC APIs and are supported only on Flex Gateway. To find the policies available for your gateway, see xref:policies::policies-availability-by-gateway.adoc[].