diff --git a/content/en/docs/tasks/security/authentication/jwt-route/index.md b/content/en/docs/tasks/security/authentication/jwt-route/index.md index a623c046d3..b5d49d8210 100644 --- a/content/en/docs/tasks/security/authentication/jwt-route/index.md +++ b/content/en/docs/tasks/security/authentication/jwt-route/index.md @@ -14,8 +14,6 @@ and virtual service. Note: this feature only supports Istio ingress gateway and requires the use of both request authentication and virtual service to properly validate and route based on JWT claims. -{{< boilerplate experimental-feature-warning >}} - ## Before you begin * Understand Istio [authentication policy](/docs/concepts/security/#authentication-policies) and [virtual service](/docs/concepts/traffic-management/#virtual-services) concepts.