When posting data to a cluster, the objects should be encrypted with the org key when upload to Object Storage.
|
await req.s3.createBucketAndObject(bucket, `${keyHash}/${searchableDataHash}`, dataStr); |
|
async encryptAndUploadFile(bucketName, path, fileStream, encryptionKey, iv=null){ |
When posting data to a cluster, the objects should be encrypted with the org key when upload to Object Storage.
Razeedash-api/app/routes/v2/clusters.js
Line 136 in 0ab7fad
Razeedash-api/app/s3/s3Client.js
Line 136 in 0ab7fad