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
This should catch authentication errors and notify the user that the node is not reachable due to failed authentication rather than just returning nil, making the caller think the node does not have a node_name.
In broader strokes, this error handling should be much more fine grained rather than just being a catch all.
This behavior was observed when communicating with windows nodes over winrm. Unsure if this occurs over ssh as well.
The text was updated successfully, but these errors were encountered:
https://github.com/RiotGames/motherbrain/blob/master/lib/mb/node_querier.rb#L93
This should catch authentication errors and notify the user that the node is not reachable due to failed authentication rather than just returning nil, making the caller think the node does not have a node_name.
In broader strokes, this error handling should be much more fine grained rather than just being a catch all.
This behavior was observed when communicating with windows nodes over winrm. Unsure if this occurs over ssh as well.
The text was updated successfully, but these errors were encountered: