-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Bring your own (encryption) key (BYOK) #673
✨ Bring your own (encryption) key (BYOK) #673
Conversation
ca728b9
to
878e150
Compare
878e150
to
5e23bc7
Compare
9660977
to
7e94b9c
Compare
418e713
to
e68a64a
Compare
daac980
to
f8b5845
Compare
e143245
to
52597ae
Compare
7ef6391
to
42bc00f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropping the first round of review for the API, controller and webhook code. Will post another review for the rest later.
controllers/virtualmachine/virtualmachine/virtualmachine_controller.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some minor comments left above. Thanks @akutz for the clear docs and comments on this feature!
4b991fd
to
94aa037
Compare
This patch adds support for bringing your own encryption key used to encrypt/recrypt VMs.
94aa037
to
00f5f8b
Compare
Minimum allowed line rate is |
@aruneshpa I have addressed all of your feedback on the PR. While I did not accept it all, and stated my reasons, unless you have a strong objection, I am going to merge this PR so it does not continue to grow. We can revisit your concerns post-merge if that is alright? |
Sounds good to me. Thanks! |
What does this PR do, and why is it needed?
This patch adds support for bringing your own encryption key used to encrypt/recrypt VMs.
Which issue(s) is/are addressed by this PR? (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes
NA
Are there any special notes for your reviewer:
This PR will be rebased once #670 and #672 are merged.
Please add a release note if necessary:
📚 Documentation preview 📚: https://vm-operator--673.org.readthedocs.build/en/673/