You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding ConnectRPC support #1524 deprecated support of GRPCGateway was enabled through a loopback call. This worked fine when running the server with servicemesh TLS termination, but when running with TLS termination at the server the loopback request would fail due to service name mismatch.
To resolve this, we need to update the GRPCGateway registration to use the in-process connection.
The text was updated successfully, but these errors were encountered:
Closes#2004
DSPX-593
### Proposed Changes
* Bind GRPCGateway to the ConnectRPC IPC connection
### Checklist
- [ ] I have added or updated unit tests
- [ ] I have added or updated integration tests (if appropriate)
- [ ] I have added or updated documentation
### Testing Instructions

When adding ConnectRPC support #1524 deprecated support of GRPCGateway was enabled through a loopback call. This worked fine when running the server with servicemesh TLS termination, but when running with TLS termination at the server the loopback request would fail due to service name mismatch.
To resolve this, we need to update the GRPCGateway registration to use the in-process connection.
The text was updated successfully, but these errors were encountered: