deploy-templates/templates/authorizpolicy-dds.yaml (22 lines of code) (raw):
kind: AuthorizationPolicy
apiVersion: security.istio.io/v1beta1
metadata:
name: authoriz-policy-{{ .Chart.Name }}
namespace: {{ .Release.Namespace }}
spec:
selector:
matchLabels:
app: {{ .Chart.Name }}
rules:
- from:
- source:
notRequestPrincipals:
- '*'
to:
- operation:
notPaths:
- /actuator/*
- /swagger
- /swagger-ui/*
- /v3/api-docs*
action: DENY