Skip to content

Commit

Permalink
Fix ApiRule path in docs in tutorial. (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbod authored Jan 13, 2025
1 parent 40fa790 commit bb17cd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This tutorial shows how to expose and secure Services using APIGateway Controlle
- **Access Strategy**: `jwt`
- In the `JWT` section, add an authentication with your issuer and JSON Web Key Set URIs.
- **Method**: `GET`
- **Path**: `/.*`
- **Path**: `/*`
4. Choose **Create**.

#### **kubectl**
Expand Down Expand Up @@ -56,7 +56,7 @@ To expose and secure your Service, create the following APIRule:
jwksUri: {JWKS_URI}
methods:
- GET
path: /.*
path: /*
EOF
```
<!-- tabs:end -->
Expand Down

0 comments on commit bb17cd0

Please sign in to comment.