From da1033506ef13873b0920cbe3680ae6a79cc5bd2 Mon Sep 17 00:00:00 2001 From: Tero Saarni Date: Mon, 27 Jan 2025 08:56:32 +0200 Subject: [PATCH] Make codespell happy Signed-off-by: Tero Saarni --- design/external-authorization-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/external-authorization-design.md b/design/external-authorization-design.md index 8a298bfc914..1f9fe6051be 100644 --- a/design/external-authorization-design.md +++ b/design/external-authorization-design.md @@ -34,7 +34,7 @@ This document describes a design for performing request authorization for virtua A new `ExtensionService` CRD adds a way to represent and track an authorization service. This CRD is relatively generic, so that it can be reused for Envoy rate limiting and logging services. The core of the `ExtensionService` CRD is subset of the `projectcontour.v1.HTTPProxy` `Service` specification. -Re-using the `Service` type allows the operator to specify configuration in familiar and consistent terms, especially TLS configuration. +Reusing the `Service` type allows the operator to specify configuration in familiar and consistent terms, especially TLS configuration. Note that only the Envoy [GRPC authorization protocol][2] will be supported. The GRPC protocol is a superset of the HTTP protocol and requires less configuration.