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
installing the rpc executable at a well-known location
Checking for ssh access to machines
The rpc executable can be installed in user $HOME/.rpc directory. That way any user can use it without requiring sudo access.
We can supply an rpcAccessCheck API to check that we have ssh access setup properly for the list of machines/users supplied before we start executing. That way we reduce the chances of failure halfway through the script, after mutating some state which cannot be rolled back.
The text was updated successfully, but these errors were encountered:
For example add APIs for:
The rpc executable can be installed in user $HOME/.rpc directory. That way any user can use it without requiring sudo access.
We can supply an rpcAccessCheck API to check that we have ssh access setup properly for the list of machines/users supplied before we start executing. That way we reduce the chances of failure halfway through the script, after mutating some state which cannot be rolled back.
The text was updated successfully, but these errors were encountered: