Skip to content

Commit a2517e0

Browse files
committed
Note the fact that HTTPExternalAuthFilter is experimental
1 parent bb821ea commit a2517e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/proposals/external-auth-filter.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This proposal aim to provider users of the Gateway API with a native form of Aut
1313
## Goals
1414

1515
- Integrate with the [HTTPExternalAuthFilter](https://gateway-api.sigs.k8s.io/reference/spec/#httpexternalauthfilter) for HTTPRoute in the Gateway API
16+
- Ensure this capability is available only when users enable experimental features in NGF
1617
- Support only [HTTPAuthConfig](https://gateway-api.sigs.k8s.io/reference/spec/#httpauthconfig)
1718
- Provide users with a helm chart to deploy, manage and configure NGINX for Authentication use cases. i.e. the External Service
1819
- Allow users to configure an exteranl IdP such as Keycloak or AzureAD
@@ -23,9 +24,11 @@ This proposal aim to provider users of the Gateway API with a native form of Aut
2324

2425
## Introduction
2526

26-
This document focus on an approach to have NGF integate with the HTTPExternalAuthFilter in the Gateway APi.
27+
This document focus on an approach to have NGF integate with the HTTPExternalAuthFilter in the Gateway API.
2728
This filter defines a mean to communicate with an external authentication services that can be responsible for both Authenticaiton and Authroization of requests to a backend application.
2829

30+
> ⚠️ This filter is currently part of the Gateway API experimental channel. The API is subject to changes that may break implementations.
31+
2932
## API, Customer Driven Interfaces, and User Experience
3033

3134
### API

0 commit comments

Comments
 (0)