From ab3950352a4cee6f1637efbca51876fb22b5d4b2 Mon Sep 17 00:00:00 2001 From: black-dragon74 Date: Tue, 11 Jun 2024 17:26:13 +0530 Subject: [PATCH] Changes according to reviews Signed-off-by: black-dragon74 --- Makefile | 2 +- encryptionkeyrotation/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 49e363c..201d42c 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,9 @@ clean-deps: rm -rf bin dist github.com google %: + $(MAKE) -C encryptionkeyrotation $@ $(MAKE) -C fence $@ $(MAKE) -C identity $@ $(MAKE) -C reclaimspace $@ $(MAKE) -C replication $@ $(MAKE) -C volumegroup $@ - $(MAKE) -C encryptionkeyrotation $@ diff --git a/encryptionkeyrotation/README.md b/encryptionkeyrotation/README.md index 6fd24a7..fe27620 100644 --- a/encryptionkeyrotation/README.md +++ b/encryptionkeyrotation/README.md @@ -12,7 +12,7 @@ ## Objective Define an extension to the CSI specification that will enable storage vendors -(SP) to develop controllers/plugins that can rotate the Encryption Keys (KEK) +(SP) to develop controllers/plugins that can rotate the Key Encryption Keys (KEK) of existing volumes that are encrypted. ### Goals in MVP @@ -20,7 +20,7 @@ of existing volumes that are encrypted. The new extension will define a procedure that - can be called for existing encrypted volumes -- functions for Block mode volumes +- functions for RBD Block and filesystem access mode volumes - interacts with the Node-Plugin - makes it possible for the SP to rotate encrpytion keys on volumes