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

installation requires permissions to paths with root only access (Permission denied on following readme) #131

Open
mwasilew2 opened this issue Jul 27, 2019 · 0 comments

Comments

@mwasilew2
Copy link

I hit the same problem as described here: #34 (sorry for opening a separate issue, I was unable to reopen the other one). I'm on Fedora and the error was only for sops installation (not for syncing helm-wrapper). After installing sops manually it worked:

$ helm plugin install https://github.com/futuresimple/helm-secrets
which: no dpkg in (...)
mv: cannot create regular file '/usr/local/bin/sops': Permission denied
Error: plugin install hook for "secrets" exited with error
[1]    6957 exit 1     helm plugin install https://github.com/futuresimple/helm-secrets
$ helm plugin list 
NAME   	VERSION 	DESCRIPTION                                                                  
(...)                                  
secrets	2.0.2   	This plugin provides secrets values encryption for Helm charts secure storing
(...)
$ helm plugin remove secrets
Removed plugin: secrets
$ sudo dnf install ~/Downloads/sops-3.3.1-1.x86_64.rpm
(...)
$ sops --version                                      
sops 3.3.1 (latest)
$ helm plugin install https://github.com/futuresimple/helm-secrets
sops is already installed:
sops 3.3.1 (latest)
Installed plugin: secrets
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

1 participant