-
Notifications
You must be signed in to change notification settings - Fork 72
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
v0.37.3 is unable to decrypt using sops provider encrypted via KMS, 0.37.2 works perfectly. #466
Comments
Additional tests: |
see: getsops/sops#1552 |
I'm not sure I understand, and how that can help, can you elaborate? This is clearly a bug into the latest version of I have the latest
and latest
If I use that it fails:
If I use the previous one it works:
Please, don't answer that "a PR is welcome", I'm a user not a programmer, the best that I can do is to raise the issue to devs' attention and use the previous release in the meantime. |
@nnsense thanks so much. we will try to find a better solution. |
You also need to be patient, we’re open source contributors, we don’t get paid for this and this a free product for you, saying things like “please don’t say a PR is welcome is rude” also adding a thumbs down button when we ask others to add a PR is also rude |
I can add documentation for you to better assist you, next week |
Hi, I've spent a few hours trying to find a reason why this isn't working but, since it fails even in its simplest form, it seems this is actually an issue and not my misunderstanding, or at least it seems so..
In short, I have a KMS key deployed into an AWS account, and a simple
test.yaml
file:Now, I encrypt this with sops
Taking into account that
sops -d test.yaml
correctly decrypt the file, this happens when I use vals:If I check the file's sops data, it correctly shows the KMS ARN (which is expected since sops is working).
If I add an additional
age
key,vals
works perfectly, which points this issue to the KMS.The KMS I created for testing has open permissions, to check if that was the issue:
I'm using an SSO user, but I can't see how this might affect vals, also sops works perfectly which is quite confusing.
I have the feeling I'm missing something simple.. can you please point me to the right direction?
Thanks guys :)
The text was updated successfully, but these errors were encountered: