hdfs icon indicating copy to clipboard operation
hdfs copied to clipboard

Transparent encryption

Open urykhy opened this issue 4 years ago • 5 comments

Fixes #280

urykhy avatar Nov 10 '21 17:11 urykhy

Hi @urykhy, thanks for the huge contribution!

I am interested in supporting this feature, but I lack the context to understand if the implementation is correct. If you're willing to put a bit more work in, I think we could get this merged.

To start with, I would feel better if we could add some more tests. The tests you added are a good start, but they are far from comprehensively testing this behavior. I wonder if it would make sense to run the entire test suite again (as another job on gh actions) with /_test marked as an encryption zone, rather than trying to duplicate tests here and there. We also need tests for the case where we don't have the key available, to make sure our error messages and exit statuses make sense.

colinmarc avatar Feb 05 '22 12:02 colinmarc

We also need tests for the case where we don't have the key available, to make sure our error messages and exit statuses make sense.

test added.

urykhy avatar Feb 26 '22 11:02 urykhy

Thanks for sticking with this!

colinmarc avatar Jul 09 '22 09:07 colinmarc

@colinmarc Any plans to merge this pr ?

Yash9060 avatar Jun 20 '23 04:06 Yash9060