Skip to content

Instantly share code, notes, and snippets.

@peterj
Created June 1, 2021 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterj/2a606a0b212334f16de574debd6eda42 to your computer and use it in GitHub Desktop.
Save peterj/2a606a0b212334f16de574debd6eda42 to your computer and use it in GitHub Desktop.
apiVersion: security.istio.io/v1beta1
kind: RequestAuthentication
metadata:
name: customers
namespace: default
spec:
selector:
matchLabels:
app: customers
jwtRules:
- issuer: "https://istioweekly.us.auth0.com/"
jwksUri: "https://istioweekly.us.auth0.com/.well-known/jwks.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment