liftbridge-io / liftbridge-api

Protobuf definitions for the Liftbridge gRPC API. https://github.com/liftbridge-io/liftbridge
Apache License 2.0
15 stars 13 forks source link

Add support for data-at-rest encryption #52

Closed LaPetiteSouris closed 3 years ago

LaPetiteSouris commented 3 years ago

Add data-encryption of message in the partitions.

To solve https://github.com/liftbridge-io/liftbridge/issues/217

Prerequisites for :

https://github.com/liftbridge-io/liftbridge/pull/338 https://github.com/liftbridge-io/go-liftbridge/pull/111

LaPetiteSouris commented 3 years ago

Would it be problematic to merge this one first ?

Also , for this one https://github.com/liftbridge-io/go-liftbridge/pull/111 would be nice to have as well, since I would need both of them for https://github.com/liftbridge-io/liftbridge/pull/338 (this one is quite long, so it would be great to wrap up the API and client to avoid error on my side when making the change for server code)