blob: 29be69334a3d639ecf446ebd09805346616f7202 [file] [log] [blame]
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: deny-all
namespace: foo
spec:
action: DENY
selector:
matchLabels:
app: httpbin
version: v1
rules:
- {}