adamreeve opened a new pull request, #7387: URL: https://github.com/apache/arrow-rs/pull/7387
# Which issue does this PR close? Closes #7256 # What changes are included in this PR? Adds a new `key_management` module that allows generating Parquet encryption and decryption properties that integrate with a Key Management Server (KMS). This module is enabled by a new `key_management` feature. The implementation is fairly closely based on the C++ Arrow library behaviour (see https://github.com/apache/arrow/blob/main/cpp/src/parquet/encryption/crypto_factory.h as a starting point for reference). One feature not included is the ability to use external key material and rotate master encryption keys. That could be added later. # Are there any user-facing changes? Yes, this adds new user-facing functionality (within an experimental module). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
