We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dffb5b commit c4e21cbCopy full SHA for c4e21cb
1 file changed
cluster-proxy.example.json
@@ -8,8 +8,8 @@
8
"mkcertDomains": ["local.dev.mycompany.com", "*.local.dev.mycompany.com"]
9
},
10
"auth": {
11
- "cookieName": "session_token",
12
- "endpoint": "http://auth-service.mc.svc.cluster.local/token-check",
+ "cookieName": "stytch_jwt",
+ "endpoint": "http://auth-service.mc/envoy/token-check",
13
"headerName": "x-auth-token"
14
15
"host": "127.0.0.1",
0 commit comments