From 54717e683bc4f96021a653f1a777578376a50ead Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 31 Oct 2023 08:45:47 -0700 Subject: [PATCH] Update README.md (#19413) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 870e00f76c..c23053f0e1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Consul provides several key features: can use sidecar proxies in a service mesh configuration to establish TLS connections for inbound and outbound connections with Transparent Proxy. +* **API Gateway** - Consul API Gateway manages access to services within Consul Service Mesh, + allow users to define traffic and authorization policies to services deployed within the mesh. + * **Service Discovery** - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well.