Skip to content

Commit 145e4d6

Browse files
committed
fix: add .well-known endpoints to envoy config
1 parent 9b64ef3 commit 145e4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/envoy_config/lds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ resources:
255255
- match:
256256
safe_regex:
257257
regex: >-
258-
/auth/v1/(verify|callback|authorize|sso/saml/(acs|metadata|slo))
258+
/auth/v1/(verify|callback|authorize|sso/saml/(acs|metadata|slo)|\.well-known/(openid-configuration|jwks\.json))
259259
route:
260260
cluster: gotrue
261261
regex_rewrite:

0 commit comments

Comments
 (0)