Skip to content

Commit

Permalink
Make codespell happy
Browse files Browse the repository at this point in the history
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
  • Loading branch information
tsaarni committed Jan 27, 2025
1 parent 3a2b9c3 commit da10335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/external-authorization-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da10335

Please sign in to comment.