Skip to content

Commit 1ba1f3e

Browse files
committed
Update Goals and Non-goals
1 parent 47894e2 commit 1ba1f3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/proposals/authentication-filter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ This new filter should eventually expose all forms of authentication available t
1414
- Design Authentication CRD with Basic Auth and JWT Auth in mind
1515
- Determine initial resource specification
1616
- Evaluate filter early in request processing, occurring before URLRewrite, header modifiers and backend selection
17-
- Authentication failures return appropriate status by default (e.g., 401/403)
17+
- Authentication failures returns 401 Unauthorized by default
1818
- Ensure response codes are configurable
1919

2020
## Non-Goals
2121

2222
- Design for OIDC Auth
2323
- An Auth filter for TCP and UDP routes
24+
- Implementation of the Gateway API's ExternalAuth filter

0 commit comments

Comments
 (0)