Skip to content

Commit c4e21cb

Browse files
committed
fix: use proxyable URL for token check in example
1 parent 0dffb5b commit c4e21cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cluster-proxy.example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"mkcertDomains": ["local.dev.mycompany.com", "*.local.dev.mycompany.com"]
99
},
1010
"auth": {
11-
"cookieName": "session_token",
12-
"endpoint": "http://auth-service.mc.svc.cluster.local/token-check",
11+
"cookieName": "stytch_jwt",
12+
"endpoint": "http://auth-service.mc/envoy/token-check",
1313
"headerName": "x-auth-token"
1414
},
1515
"host": "127.0.0.1",

0 commit comments

Comments
 (0)