Master Root Key rotation for K8S secret backend#1071
Merged
baum merged 1 commit intonoobaa:masterfrom May 2, 2023
Merged
Conversation
4dab669 to
3499516
Compare
611d309 to
50d3258
Compare
4723312 to
5f8a8f6
Compare
7e0de3d to
07a6d4b
Compare
dannyzaken
previously requested changes
Apr 2, 2023
0b17bc9 to
0cceb83
Compare
43b8218 to
e663ff6
Compare
jackyalbo
approved these changes
May 2, 2023
Co-authored-by: jackyalbo <jalbo@redhat.com> Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
KMS - Key Rotate
This is the interface for sharing keys between the NooBaa operator and the NooBaa core, endpoint pods for the Master Root Key rotation feature. The Root key rotate - core side #7218
Sample rotating Master Root Key secret
The secret will contain a list of keys and the pointer to the current key.
NooBaa core, endpoint pods view
The keys secret volume is mounted into the core, endpoint pods as a volume,
under
/etc/noobaa-server/root_keysdirectoryPod shell view,