You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/09/04 20:50:53 UTC

[GitHub] [incubator-iceberg] bsannicolas opened a new issue #451: Encryption not working

bsannicolas opened a new issue #451: Encryption not working
URL: https://github.com/apache/incubator-iceberg/issues/451
 
 
   I don't know if I'm doing something wrong but I haven't been able to get encryption to work with Iceberg. I've created an implementation of the EncryptionManager that uses AES encryption with static keys and stores some dummy data in the EncryptionKeyMetadata. I specified my encryption manager in a subclass of TableOperations. 
   
   In my test table, the encrypt/decrypt methods are being called (the output files are encrypted) and I can see my key metadata in the manifest files. However, when decrypt is called EncryptedInputFile.keyMetadata().buffer() is always null (it's EncryptionKeyMetadata.empty()). I can provide code examples if necessary but I'm wondering if there's a config I'm missing or if there's a working example I can use to work backwards?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org