From 0e7cac234206c0c12252a5ba319ea2b15e88291d Mon Sep 17 00:00:00 2001 From: David Yu Date: Fri, 27 Oct 2023 09:22:34 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 870e00f76c7..c23053f0e1f 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.