Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a rpc utility library for commonly used functions #24

Open
harendra-kumar opened this issue Feb 17, 2023 · 0 comments
Open

Add a rpc utility library for commonly used functions #24

harendra-kumar opened this issue Feb 17, 2023 · 0 comments

Comments

@harendra-kumar
Copy link
Member

For example add APIs for:

  • 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.

@adithyaov adithyaov transferred this issue from another repository May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant