Braedon-Wooding-Displayr opened a new issue, #741:
URL: https://github.com/apache/arrow-rs-object-store/issues/741

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for 
this feature, in addition to  the *what*)
   -->
   I want to be able to access paraquet / arrow files stored in blob storage 
that are encrypted with CPKs, this requires passing along some headers to azure.
   
   Note: I've got a PR for this.
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   
   Adding a new configuration parameter that accepts an encryption key then it 
calls azure with that key i.e.
   
   ```
   X-Ms-Encryption-Key: 
   X-Ms-Encryption-Key-Sha256: 
   X-Ms-Encryption-Algorithm: AES256
   ```
   (note: the algorithm is always AES256)
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   A hacky custom one, but I feel up-sourcing it makes sense.
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


-- 
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]

Reply via email to