MarkCupitt commented on issue #8653:
URL: https://github.com/apache/apisix/issues/8653#issuecomment-1378140460
@tokers her is the upstream and route json
```
{
"name": "smarterfarm.billrush.work/smarterfarmnz-keycloak",
"id": "smarterfarmnz-keycloak",
"status": 1,
"version": "v1.0.0",
"desc": "All Routes for smarterfarmnz auth service",
"labels": {
"tenant": "smarterfarmnz",
"route": "auth",
"pod": "keycloak"
},
"uri": "/auth*",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"host": "smarterfarm.billrush.work",
"upstream_id": "platform-keycloak",
"enable_websocket": false,
"plugins": {
"proxy-rewrite": {
"headers": {
"add": {
"x-Killbill-ApiKey": "xxxxxxxxx"
}
}
}
}
}
```
```
{
"id": "platform-keycloak",
"name": "platform-keycloak",
"desc": "Upstream for keycloak-service.platform.svc.cluster.local:8080",
"type": "roundrobin",
"nodes": {
"keycloak-service.platform.svc.cluster.local:8080": 1
},
"pass_host": "pass",
"retries": 0,
"retry_timeout": 0,
"timeout": {
"connect": 3,
"send": 3,
"read": 3
},
"labels": {
"service": "platform-keycloak"
}
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]