sops
sops copied to clipboard
Fix #881 (#464): Added JSON encoder to disable escaping html symbols
Fixes #881 Fixes #464
@felixfontein , @autrilla , could you please review PR and approve builds? Any additional changes are required? More tests? Functionality is not changed - as you said, output file is semantically the same.
A test for this would be nice to have
@autrilla A test for this would be nice to have
Ok, will work on it.
Hmmm, looks like the tests are broken
@autrilla , and looks like it's pgp one, which I didn't changed.
I can't proceed with adding new tests as existing are not working properly (see #882)
hi guys we have the same issue, any updates here ?
@tanandy , sorry for delaying, but this PR still require unit test to be covered. I'll try to add them asap.
@ajvb @autrilla Can you please release this? We are also facing similar issue
Still blocked by #977.
Have you tried one of the keys from this history tree? https://github.com/getsops/sops/commits/main/pgp/sops_functional_tests_key.asc
@hiddeco , thanks for pointing me out, but correct me if I'm wrong:
to fix the tests: stores/json/store_test.go
I need to decrypt the file: stores/json/test_resources/example.json
where it contains aws kms key (for which I don't have access) or gpg E5297818703249D0C60E19E6824612478D1A4CCD
From what I see, there are no such key (the last one, gpg), even in history of repository.
Did I missed something?
stores/json/test_resources/example.json isn't used in the tests.
@felixfontein , github workflows are not running without any approvals. Can you help with it?