Skip to content

Commit bc31f0d

Browse files
committed
Fix reference to KeyCloak
1 parent eb0b8ee commit bc31f0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/proposals/authentication-filter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ http {
478478
For JWT Auth, there are two options.
479479

480480
1. Local JWKS file stored as a Secret
481-
2. Remote JWKS from an IdP provider like Keycloak
481+
2. Remote JWKS from an IdP provider like KeyCloak
482482

483483
#### Example JWT AuthenticationFilter with Local JWKS
484484

@@ -650,7 +650,7 @@ http {
650650

651651
These are some directives the `Remote` mode uses over the `File` mode:
652652

653-
- `auth_jwt_key_request`: When using the `Remote` mode, this is used in place of `auth_jwt_key_file`. This will call the `internal` NGINX location `/_ngf-internal_jwks_uri` to redirect the request to the external auth provider (e.g. Keycloak)
653+
- `auth_jwt_key_request`: When using the `Remote` mode, this is used in place of `auth_jwt_key_file`. This will call the `internal` NGINX location `/_ngf-internal_jwks_uri` to redirect the request to the external auth provider (e.g. KeyCloak)
654654
- `proxy_cache_path`: This is used to configure caching of the JWKS after an initial request, allowing subsequent requests to avoid re-authentication for a time
655655

656656
```nginx
@@ -911,7 +911,7 @@ This scenario can use the status `RouteConditionPartiallyInvalid` defined in the
911911

912912
The Gateway API defines a means to standardise authentication through use of the [HTTPExternalAuthFilter](https://gateway-api.sigs.k8s.io/reference/spec/#httpexternalauthfilter) available in the HTTPRoute specification.
913913

914-
This allows users to reference an external authentication service, such as Keycloak, to handle the authentication requests.
914+
This allows users to reference an external authentication service, such as KeyCloak, to handle the authentication requests.
915915
While this API is available in the experimental channel, it is subject to change.
916916

917917
Our decision to go forward with our own `AuthenticationFilter` was to ensure we could quickly provide authentication to our users while allowing us to closely monitor progress of the ExternalAuthFilter.

0 commit comments

Comments
 (0)