4
Size: a a a
4
4
4
4
4
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: policy
namespace: bar
spec:
selector:
matchLabels:
app: httpbin
VS
4
4
If there are any DENY policies that match the request, deny the request.
If there are no ALLOW policies for the workload, allow the request.
If any of the ALLOW policies match the request, allow the request.
Deny the request.
4
4
4
4
4
VS
VS
curl -X POST http://localhost:15000/logging?level=traceи смотри
VS
4
curl -X POST http://localhost:15000/logging?level=traceи смотри
4
VS
4