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
Hi @Rahix
I need to run a tool on the lab host that requires root permission without user interaction to pass the password if required.
any attribute made for that purpose or workaround can be made except adding nopasswd configuration?
The text was updated successfully, but these errors were encountered:
You should avoid handling passwords in tbot at all cost. The security implications are massive and tbot does not take any steps to keep any data confidential. Instead, you should handle authorization outside of tbot.
My personal recommendation is to always call sudo with -n from tbot to avoid any prompt for passwords anywhere. The commands that need to be called from testcases should be added with nopasswd config in the sudoers file.
Hi @Rahix
I need to run a tool on the lab host that requires root permission without user interaction to pass the password if required.
any attribute made for that purpose or workaround can be made except adding nopasswd configuration?
The text was updated successfully, but these errors were encountered: