Skip to content

Commit

Permalink
JWT docs for route-level policy (#10190)
Browse files Browse the repository at this point in the history
  • Loading branch information
artberger authored Oct 9, 2024
1 parent 5cf76a9 commit 47de5cd
Show file tree
Hide file tree
Showing 7 changed files with 1,188 additions and 13 deletions.
6 changes: 6 additions & 0 deletions changelog/v1.18.0-beta26/docs-jwt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
changelog:
- type: NON_USER_FACING
issueLink: https://github.com/solo-io/solo-projects/issues/6839
description: >-
Add docs for applying JWT policy at the route level.
skipCI-kube-tests:true
2 changes: 1 addition & 1 deletion docs/content/guides/security/auth/jwt/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Introduction to JWT and what they are used for
---

{{% notice note %}}
The JWT feature was introduced with **Gloo Gateway Enterprise**, release 0.13.16. If you are using an earlier version, this tutorial will not work.
{{< readfile file="static/content/enterprise_only_feature_disclaimer" markdown="true">}}
{{% /notice %}}

## What are JSON Web Tokens?
Expand Down
2 changes: 1 addition & 1 deletion docs/content/guides/security/auth/jwt/claim_routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Perform routing decisions using information in a JWT's claims
---

{{% notice note %}}
The features used here were introduced with **Gloo Gateway Enterprise**, release 0.14.0. If you are using an earlier version, this tutorial will not work.
{{< readfile file="static/content/enterprise_only_feature_disclaimer" markdown="true">}}
{{% /notice %}}

In this guide, we will show how to configure Gloo Gateway to route requests to different services based on the claims contained
Expand Down
Loading

0 comments on commit 47de5cd

Please sign in to comment.