Skip to content

Commit

Permalink
Changes according to reviews
Browse files Browse the repository at this point in the history
Signed-off-by: black-dragon74 <[email protected]>
  • Loading branch information
black-dragon74 committed Jun 11, 2024
1 parent 7ae32e3 commit ab39503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
4 changes: 2 additions & 2 deletions encryptionkeyrotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
## 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

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

Expand Down

0 comments on commit ab39503

Please sign in to comment.