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
The --listen-ip would be succesful or give informative information why this isn't a valid config. The parameter otherwise needs to support a port as well.
Expected behavior:
The
--listen-ip
would be succesful or give informative information why this isn't a valid config. The parameter otherwise needs to support a port as well.Current behavior:
teleport start --listen-ip=172.2.2.2
The issue appears to be it's setting this ip as a listen address when the services expect a host and port. Code here:
teleport/lib/config/configuration.go
Line 2784 in 228b392
Bug details:
teleport start --listen-ip=<ip>
The text was updated successfully, but these errors were encountered: