-
Notifications
You must be signed in to change notification settings - Fork 928
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
Allow scripts to be run as sudo #343
Comments
+1 for this. I would like to see it work for scripts, specifically scripts pulled from URLs. |
+1 |
from issue #121 it would be nice to have support for this in the |
+1, this would be really useful. Here is a hack that may or may not apply to your use-case until the feature is implemented. It helped me not having to change my scripts too much. |
Is sudo support available for inline scripts? |
yes |
Remind me to buy you guys a beer if we ever meet.. If only for this one -k
|
👍 🍻 :) |
Count me in for a round too. p.s. Zynstra is out of stealth mode, search for us on google :-) From: Greg Schueler [email protected] [:thumbsup:][:beers:] :) Reply to this email directly or view it on GitHubhttps://github.com//issues/343#issuecomment-21594670. |
This is a feature request to allow scripts to be executed as sudo making use of the existing secondary sudo password authentication facility.
See: https://mail.google.com/mail/u/0/?shva=1#inbox/13db21c4d38d655a which includes text from Greg:
"We could add an "invocation" parameter for Script steps, which can let you define how the script would be invoked on the remote node. At that point, the sudo password feature could be enabled for scripts by setting it to the sudo invocation you want, and configuring your node properly for sudo authentication.
This could be added for script files/URLs as well."
Added to Trello board: vote on this issue here: https://trello.com/c/vnhUHdYh
The text was updated successfully, but these errors were encountered: