Skip to content

Commit bb821ea

Browse files
committed
Fix pre-commit errors
1 parent 1eae69f commit bb821ea

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/proposals/external-auth-filter.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
8484
### Configuration flow
8585
86-
Configuration flow with one HTTPRoute with a single path rule referencing an externalAuth service. In this case the NGINX Auth Service. This service could be Keycloak and any other IdP.
86+
Configuration flow with one HTTPRoute with a single path rule referencing an externalAuth service. In this case the NGINX Auth Service. This service could be Keycloak and any other IdP.
8787
8888
![configuration-flow](/docs/images/external-auth-filter/configuration-flow.png)
8989
@@ -105,8 +105,8 @@ Configuration flow with one HTTPRoute with a single path rule referencing an ext
105105
106106
- Unit tests
107107
- Functional tests to validate behaviour of the external auth service.
108-
- In cases where users choose to deploy and manage our NGINX Auth Service, we will want to ensure any configurations applied to NGINX are robust and secure.
109-
- In cases where users choose to reference a seperate IdP such as Keycloak, we will want to ensure NGF responds accordingly to the appropriate response code returned. This will also be the case for responses returned from the NGINX Auth Service.
108+
- In cases where users choose to deploy and manage our NGINX Auth Service, we will want to ensure any configurations applied to NGINX are robust and secure.
109+
- In cases where users choose to reference a seperate IdP such as Keycloak, we will want to ensure NGF responds accordingly to the appropriate response code returned. This will also be the case for responses returned from the NGINX Auth Service.
110110
111111
## Security Considerations
112112
@@ -141,12 +141,11 @@ The [Authentication Filter](docs/proposals/authentication-filter.md) document pr
141141

142142
## References
143143

144-
- [Authentication Filter Proposal](docs/proposals/authentication-filter.md)
144+
- [Authentication Filter Proposal](docs/proposals/authentication-filter.md)
145145
- [NGINX External Auth Service](https://github.com/nginx/nginx-external-auth-service)
146146
- [HTTPExternalAuthFilter](https://gateway-api.sigs.k8s.io/reference/spec/#httpexternalauthfilter)
147147
- [HTTPAuthConfig](https://gateway-api.sigs.k8s.io/reference/spec/#httpauthconfig)
148148
- [GRPCAuthConfig](https://gateway-api.sigs.k8s.io/reference/spec/#grpcauthconfig)
149149
- [ngx_http_auth_basic](https://nginx.org/en/docs/http/ngx_http_auth_basic_module.html)
150150
- [ngx_http_auth_jwt_module](https://docs.nginx.com/nginx/admin-guide/security-controls/authentication/#jwt-authentication)
151151
- [ngx_http_oidc_module](https://nginx.org/en/docs/http/ngx_http_oidc_module.html)
152-

0 commit comments

Comments
 (0)