Skip to content

Instantly share code, notes, and snippets.

@peterj
Created June 2, 2021 00:15
Embed
What would you like to do?
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: require-jwt
namespace: default
spec:
selector:
matchLabels:
app: httpbin
action: ALLOW
rules:
- from:
- source:
requestPrincipals: ["*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment