Skip to content

Instantly share code, notes, and snippets.

@peterj
Created June 1, 2021 21:45
Embed
What would you like to do?
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