Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Install SOPS without root #141

Open
hack3d opened this issue Dec 13, 2019 · 1 comment
Open

Install SOPS without root #141

hack3d opened this issue Dec 13, 2019 · 1 comment

Comments

@hack3d
Copy link

hack3d commented Dec 13, 2019

It's currently not possible to install sops without root permissions if dpkg is installed.

@BartWillems
Copy link

It's possible to workaround this by creating an empty sudo binary

echo "exec $*" > /usr/bin/sudo && chmod +x /usr/bin/sudo
helm plugin install https://github.com/futuresimple/helm-secrets

Running this will remove the actual sudo binary if it already exists though, so be careful if the system has/needs sudo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants