Skip to content

Commit b7e2219

Browse files
committed
Update goals and non-goals
1 parent 8705cd6 commit b7e2219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/proposals/authentication-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This new filter should eventually expose all forms of authentication available t
1111
## Goals
1212

1313
- Design a means of configuring authentication for NGF
14+
- Design Authentication CRD with Basic Auth and JWT Auth in mind
1415
- Determine initial resource specification
1516
- Evaluate filter early in request processing, occurring before URLRewrite, header modifiers and backend selection
1617
- Authentication failures return appropriate status by default (e.g., 401/403)
1718
- Ensure response codes are configurable
1819

1920
## Non-Goals
2021

21-
- Design for all forms of authentication
22-
- An Auth filter for GRPC, TCP and UDP routes
22+
- Design for OIDC Auth

0 commit comments

Comments
 (0)