diff options
| -rw-r--r-- | etc/envoy/envoy.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index a7d20be..a8cdc59 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -200,9 +200,12 @@ static_resources: safe_regex: regex: .*\\.(css|js|png|html|ico)$ - match: - path: / + prefix: / requires: - provider_name: id_token_provider + requires_any: + requirements: + - provider_name: id_token_provider + - allow_missing: {} - name: envoy.filters.http.ext_authz typed_config: "@type": type.googleapis.com/envoy.extensions.filters.http.ext_authz.v3.ExtAuthz |
