dineshchitlangia commented on a change in pull request #1386: HDDS-2015.
Encrypt/decrypt key using symmetric key while writing/reading
URL: https://github.com/apache/hadoop/pull/1386#discussion_r320897464
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
##########
@@ -2647,4 +2648,89 @@ private void completeMultipartUpload(OzoneBucket
bucket, String keyName,
Assert.assertEquals(omMultipartUploadCompleteInfo.getKey(), keyName);
Assert.assertNotNull(omMultipartUploadCompleteInfo.getHash());
}
+
+ /**
+ * Tests GDPR encryption/decryption.
+ * 1. Create GDPR Enabled bucket.
+ * 2. Create a Key in this bucket so it gets encrypted via GDPRSymmetricKey.
+ * 3. Read key and validate the content/metadata is as expected because the
+ * readKey will decrypt using the GDPR Symmetric Key with details from
KeyInfo
+ * Metadata.
+ * 4. To check encryption, we forcibly update KeyInfo Metadata and remove the
Review comment:
AFAIK, we do not have provide an option to end users for updating metadata.
At best, we provide options to create, delete, info, list, add/remove ACL,
get/set ACL.
Also, this is a test class to simulate that encryption is working.
That said, we provide option to enable gdpr for a bucket during creation in
HDDS-2016. So, if a user does is not admin/owner, they cannot enable the gdpr
flag.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]