Seeking to help to silently deploy Rancher via MDM #7628
Unanswered
TechyTroublez
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The only way to do this is by enabling password-less $ cat /etc/sudoers.d/nopasswd
%admin ALL=(ALL) NOPASSWD:ALL The "privileged helper process" sadly remains unimplemented, so you somehow need to be able run something as I'll see if I can come up with a script to make the changes that Rancher Desktop would make using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically a copy of the question here #2090
I have been looking into a way to silently allow the Administrative Access Required option "Sudo" each time Rancher runs for our devs as they want to use this setting and I would rather automate this than have our 1st line manually set it up.
Has there been any change on how we could do this with newer versions of Rancher, I can't find a way as of yet via a profile etc.
Beta Was this translation helpful? Give feedback.
All reactions