Skip to content

Commit 601f362

Browse files
committed
Fix pre-commit errors
1 parent 6a36b93 commit 601f362

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/proposals/authentication-filter.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This document also focus on Basic Authentication. Other authentication methods s
4444
## API, Customer Driven Interfaces, and User Experience
4545

4646
When designing a means of configuring authentication for NGF, we can consider these approaches:
47+
4748
1. An `AuthenticationFilter` CRD which is responsible for providing a specification for each form of authentication within a single resource.
4849
2. Indvidual CRDs responsbile for each authentication method. e.g. `BasicAuthFilter`, `JWTAuthFIlter`, etc...
4950

@@ -226,7 +227,7 @@ Given this behaviour, we may need to consider to construct the final `http.conf`
226227

227228
Example HTTPRoute
228229
<details>
229-
<summary> >> (click to expand) << </summary>
230+
<summary> >> (click to expand) << </summary>
230231

231232
```yaml
232233
apiVersion: gateway.networking.k8s.io/v1
@@ -288,6 +289,7 @@ spec:
288289
- name: reports-svc
289290
port: 8080
290291
```
292+
291293
</details>
292294

293295
### Potential HTTPRoute behaviour

0 commit comments

Comments
 (0)