-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Unable to use helm-secrets in ArgoCD with age encryption #162
Comments
Hello @jkroepke Thanks for the (super-)fast answer :) Just upgrading the helm-secrets version has resolved my problem. May be an upgrade for the documentation could avoid you more issues :) |
I updated the docs. Thanks for the feedback! |
hello am also facing this issue but I am using KMS encryption,
|
failed exit status 1: Error: open secrets://staging/test-api/values.secrets.yaml: no such file or directory |
ArgoCD decide to implement multi-source apps which are not compatible with helm-secrets. |
Is there a workaround you could suggest? |
Avoid the multi-source feature |
Hi @jkroepke this is my new manifest, but I am still getting failed exit status 1: Error: open secrets://secrets.yaml: no such file or directory
|
Current Behavior
Hi
First of all, thanks for this repo and all its documentation ! 🎉
For now, I'm stuck with some weird error. I'm trying to setup the use of helm-secrets within my ArgoCD implementation.
I'm using init container method and mount secrets method. Based on this, I'm trying to use helm secrets with an age encryption.
For this, I have the following files :
Because I don't have any sensitive values from (just make some tests), the setup using the unencryted values works
When I'm installing my app with encryted values, I get the error
open secrets+age-import:///helm-secrets-private-keys/key.txt?values_enc.yaml: no such file or directory
.I made several tests and :
helm secrets template
commands (when the environment variableSOPS_AGE_KEY_FILE
is set) are returning the correct valuesI'll try
Expected Behavior
When installing my app, ArgoCD should be able to decrypt my value file correctly using age.
Steps To Reproduce
No response
Environment
Anything else?
I'll try to use gpg to see if I have a different results
The text was updated successfully, but these errors were encountered: