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 terminal creates a new session, it expects an API to return a session object with populated fields. It does not happen because of https://github.com/gravitational/teleport/blob/master/lib/web/apiserver.go#L1483
returns a dummy object. We need to refactor this method (perhaps remove it and add a slight changes to "connect" method) but it's also OK to return a hostname as part of the dummy object [EDITED] by @alex-kovoy
What happened:
terminal tabs display node server ID, instead of node's hostname.
What you expected to happen:
Display hostname name, it is easier to read and relate with.
Description
When terminal creates a new session, it expects an API to return a session object with populated fields. It does not happen because of https://github.com/gravitational/teleport/blob/master/lib/web/apiserver.go#L1483
returns a dummy object. We need to refactor this method (perhaps remove it and add a slight changes to "connect" method) but it's also OK to return a hostname as part of the dummy object [EDITED] by @alex-kovoy
What happened:
terminal tabs display node server ID, instead of node's hostname.
What you expected to happen:
Display hostname name, it is easier to read and relate with.
How to reproduce it (as minimally and precisely as possible):
https://teleport-4-3-oss.practice.io:3080/web
login@serverID
Environment
teleport version
): Teleport v4.3.2 git:v4.3.2-0-gc6d702ad8 go1.13.2The text was updated successfully, but these errors were encountered: