Skip to content

Commit e0ec4fb

Browse files
committed
Fix typos
1 parent 79b957d commit e0ec4fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/proposals/authentication-filter.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -970,9 +970,9 @@ Only a single `AuthenticationFilter` may be referened in a single rule.
970970

971971
The `Status` the HTTPRoute/GRPCRoute in this scenario should be set to `Invalid`, and the resource should be `Rejected`
972972

973-
This behavour falls in line with the expected behaviour of filters in the Gateway API, which generally allows only one type of a specific filter (authentication, rewriting, etc.) within a rule.
973+
This behaviour falls in line with the expected behaviour of filters in the Gateway API, which generally allows only one type of a specific filter (authentication, rewriting, etc.) within a rule.
974974

975-
Below is an eample of an **invalid** HTTPRoute that references multiple `AuthenticationFilter` resources in a single rule
975+
Below is an example of an **invalid** HTTPRoute that references multiple `AuthenticationFilter` resources in a single rule
976976

977977
```yaml
978978
apiVersion: gateway.networking.k8s.io/v1
@@ -1008,20 +1008,20 @@ spec:
10081008
## Testing
10091009

10101010
- Unit tests
1011-
- Functional tests to validate behavioural scenarios when referncing filters in different combinations. The details of these tests are out of scope for this document.
1011+
- Functional tests to validate behavioural scenarios when referencing filters in different combinations. The details of these tests are out of scope for this document.
10121012

10131013
## Security Considerations
10141014

10151015
### Basic Auth and Local JWKS
10161016

10171017
Basic Auth sends credentials in an Authorization header that is base64-encoded.
1018-
JWT Auth requires users to provided a bearer token through the Authroization header.
1018+
JWT Auth requires users to provide a bearer token through the Authorization header.
10191019

10201020
Both of these methods can be easily intercepted over HTTP.
10211021

1022-
Users that attach an `AuthenticaitonFilter` to a HTTPRoute/GRPCRoute should be advised to enable HTTPS traffic at the Gateway level for the routes.
1022+
Users that attach an `AuthenticationFilter` to an HTTPRoute/GRPCRoute should be advised to enable HTTPS traffic at the Gateway level for the routes.
10231023

1024-
Any exmaple configurations and deployments for the `AuthenticationFilter` should enable HTTPS at the Gateway level by default.
1024+
Any example configurations and deployments for the `AuthenticationFilter` should enable HTTPS at the Gateway level by default.
10251025

10261026
### Namespace isolataion and cross-namespace references
10271027
Both Auth and Local JWKS should only have access to Secrets and ConfigMaps in the same namespace by default.
@@ -1107,7 +1107,7 @@ spec:
11071107

11081108
### Remote JWKS
11091109

1110-
Proxy cache TTL should be configurable and set to a resonable default, reducing periods of stale cached JWKs.
1110+
Proxy cache TTL should be configurable and set to a reasonable default, reducing periods of stale cached JWKs.
11111111

11121112
### Key rotation
11131113

0 commit comments

Comments
 (0)