summaryrefslogtreecommitdiff
path: root/envoy.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-11 16:27:06 -0600
committermo khan <mo@mokhan.ca>2025-05-11 21:21:38 -0600
commit18816e8d858d3ba99e46dd59c68f45d5d2dde9d4 (patch)
tree1bc27f3b980d9ff15b8f95905f3f005928e925cb /envoy.yml
parent9a6492645993b32a86e23d2bc432e43187ec579c (diff)
test: indicate temporary testing routes
Diffstat (limited to 'envoy.yml')
-rw-r--r--envoy.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/envoy.yml b/envoy.yml
index edcf5da..da0e46a 100644
--- a/envoy.yml
+++ b/envoy.yml
@@ -98,10 +98,10 @@ static_resources:
pass_through_matcher:
- name: ":path"
string_match:
- prefix: "/.well-known/"
+ prefix: "/.well-known/" # temporary
- name: ":path"
string_match:
- prefix: "/oauth/"
+ prefix: "/oauth/" # temporary
- name: ":path"
string_match:
suffix: ".html"
@@ -176,13 +176,13 @@ static_resources:
domains: ["*"]
routes:
- match:
- prefix: "/.well-known/"
+ prefix: "/.well-known/" # temporary
route:
cluster: oidc
timeout: 5s
auto_host_rewrite: true
- match:
- prefix: "/oauth/"
+ prefix: "/oauth/" # temporary
route:
cluster: oidc
timeout: 5s