We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070697d commit e500038Copy full SHA for e500038
manifests/components/ext-authz/authorizationpolicy.yaml
@@ -11,21 +11,18 @@ spec:
11
- operation:
12
notPaths:
13
- /metrics
14
- - operation:
15
- notPaths:
16
- - /share/*
17
18
19
- - /api/shares/*
20
21
22
- - /static/*
23
24
+ - /share/{*}
+ - /api/shares/{*}
+ - /static/{*}
25
- /favicon.ico
26
27
+ - /assets/{*}
+ - /vite.svg
28
- /manifest.json
+ - operation:
+ paths:
+ notMethods:
+ - GET
29
---
30
apiVersion: security.istio.io/v1
31
kind: AuthorizationPolicy
0 commit comments