dineshchitlangia opened a new pull request #200: HDDS-2247. Delete FileEncryptionInfo from KeyInfo when a Key is deleted URL: https://github.com/apache/hadoop-ozone/pull/200 ## What changes were proposed in this pull request? As part of HDDS-2174 we are deleting GDPR Encryption Key on delete file operation. However, if KMS is enabled, we are skipping GDPR Encryption Key approach when writing file in a GDPR enforced Bucket. In such scenario, when KMS is enabled & GDPR enforced on a bucket, if user deletes a file, we should delete the FileEncryptionInfo from KeyInfo, before moving it to deletedTable, else we cannot guarantee Right to Erasure. Changes proposed: - Delete FileEncryptionInfo from KeyInfo when a Key is deleted - Added new test to verify this scenario ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-2247 ## How was this patch tested? New test contributed as part of the PR
---------------------------------------------------------------- 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]
