Mongo CSFLE - re-encrypt the Data Encryption Keys

Hello all,

Reading through this https://docs.mongodb.com/manual/tutorial/manage-client-side-encryption-data-keys/ and the go driver for MongoClientEncryption.

We’re able to CreateDataKey, Encrypt, Decrypt.

I was expecting to see a way to re-key a Data Encryption Key, because that’s going to be much simpler than re-encrypting a bunch of data under a new Data Encryption Key.

Does anyone know if it’s possible to re-encrypt an existing Data Encryption Key using a new Customer Managed Key?