diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-28 14:49:18 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-28 14:49:18 -0600 |
| commit | 1ba0b855feb4af5ce723066e5a48d2aed09fc03a (patch) | |
| tree | 3c1a3a37706cf47f808184c36b134771ad6920c6 | |
| parent | e9546b40c8befabda26c1598c124a6ee2a8d2b8f (diff) | |
chore: inject jwt headers for all requests
| -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 |
