you could potentially create a cls_crypt object class that exposes functions like crypt_read() and crypt_write() to do this. but your application would have to use cls_crypt for all reads/writes instead of the normal librados read/write operations. would that work for you?
On Wed, Aug 23, 2023 at 4:43 PM Yixin Jin <[email protected]> wrote: > > Hi folks, > Is it possible through object classes to transform object content? For > example, I'd like this transformer to change the content of the object when > it is read and when it is written. In this way, I can potentially encrypt the > object content in storage without the need to make ceph/osd to do > encryption/decryption. It could be taken care of by the object class itself. > Thanks,Yixin > _______________________________________________ > ceph-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > _______________________________________________ ceph-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
