Skip to content

Commit f2e013f

Browse files
committed
Fix pre-commit errors
1 parent 12ccfd4 commit f2e013f

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
@@ -80,10 +80,10 @@ spec:
8080
responseBody: 'Unauthorized'
8181
```
8282
83-
| **Pros** | **Cons** |
83+
| **Pros** | **Cons** |
8484
|-------------------------------|--------------|
85-
| Single Resource to manage | Resource updates may be difficult |
86-
| | May require lots of internal logic |
85+
| Single Resource to manage | Resource updates may be difficult |
86+
| | May require lots of internal logic |
8787
8888
### 2. Individual Filter for each Auth method
8989
@@ -102,10 +102,10 @@ spec:
102102
responseBody: 'Unauthorized'
103103
```
104104
105-
| **Pros** | **Cons** |
105+
| **Pros** | **Cons** |
106106
|-------------------------------|--------------|
107-
| Versioning per-resource is much easier | Multiple resources to manage |
108-
| Easier to map to `graph` in go code | |
107+
| Versioning per-resource is much easier | Multiple resources to manage |
108+
| Easier to map to `graph` in go code | |
109109

110110
### Example integration
111111

@@ -288,4 +288,4 @@ A HTTPRoute that is already deployed, and references an authentication based fil
288288

289289
A HTTPRoute that is already deployed, and references an authentication based filter that has been delete, should update the NGINX configuration to reflect the removal of the filter.
290290

291-
A new HTTPRoute that has yet to be deployed, and is referencing a filter that does `not` exist may be `rejected` when attempting to apply it.
291+
A new HTTPRoute that has yet to be deployed, and is referencing a filter that does `not` exist may be `rejected` when attempting to apply it.

0 commit comments

Comments
 (0)