diff options
| -rw-r--r-- | envoy.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -61,6 +61,11 @@ static_resources: hmac_secret: name: hmac_secret forward_bearer_token: true + pass_through_matcher: + - name: ":path" + prefix_match: "/public/" + - name: ":path" + exact_match: "/health" redirect_path_matcher: path: exact: /session/callback |
