We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6583f9f commit 06a8f58Copy full SHA for 06a8f58
ssh/http/handlers.go
@@ -106,7 +106,7 @@ func (h *Handlers) HandleHTTPProxy(c echo.Context) error {
106
logger := log.WithFields(log.Fields{
107
"request-id": requestID,
108
"namespace": endpoint.Namespace,
109
- "device": endpoint.Device,
+ "device": endpoint.DeviceUID,
110
})
111
112
// Prepare V1 CONNECT handshake request (only used if version=V1 inside target implementation)
0 commit comments