summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--envoy.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/envoy.yml b/envoy.yml
index 9698fb9..9b5ab0d 100644
--- a/envoy.yml
+++ b/envoy.yml
@@ -63,9 +63,23 @@ static_resources:
forward_bearer_token: true
pass_through_matcher:
- name: ":path"
- prefix_match: "/public/"
+ suffix_match: ".html"
+ - name: ":path"
+ suffix_match: ".ico"
+ - name: ":path"
+ suffix_match: ".png"
+ - name: ":path"
+ suffix_match: ".css"
+ - name: ":path"
+ suffix_match: ".js"
- name: ":path"
exact_match: "/health"
+ - name: ":path"
+ exact_match: "/"
+ - name: ":path"
+ exact_match: "/sparkles"
+ - name: ":path"
+ exact_match: "/dashboard/nav"
redirect_path_matcher:
path:
exact: /session/callback