-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add Spec for EncryptionKeyRotation #65
Conversation
@Madhu-1 @Rakshith-R requesting your reviews. Regards |
There are a few failures in the CI jobs, please correct them as well. Note that |
Also, code under |
It is included in this PR. No? |
I get the cause of the ci-failures. It has to do with me using different proto* set of tools for generating these files. There is a version mismatch. I will send a PR to add support for building on mac. Do we have to use versions as defined in makefile? If so, darwin builds for those specific versions are not available. If we decide not to support mac, I can build it in docker and then send the PR. (Really hope that we support it though, will make things seamless, IMO) Regards |
Oh, yes, they are. I somehow missed them earlier. |
Within a container (prefer Podman over Docker) should work for sure. I don't know to run that on a Mac though.
Sure, that would be nice to have. |
ab39503
to
86ce15c
Compare
The linter is failing due to 403 (unable to access GH Status API), unrelated to this patch. |
64d6d75
to
b13d4fc
Compare
We indent with 2 spaces in proto 🫨? Lesson learned. Regards |
@Madhu-1 can we get this merged? |
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.
small nits
a7f3681
to
b3f99fa
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.
LGTM, please squash the commits into 1.
b3f99fa
to
1d7c507
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.
Looks good to me.
@nixpanic can you please review again ?
1d7c507
to
1407a34
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.
Thanks!
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio rebase |
This patch adds specification for EncryptionKeyRotation operation of CSI addons. Signed-off-by: Niraj Yadav <[email protected]>
✅ Branch has been successfully rebased |
This patch adds specification for EncryptionKeyRotation operation of CSI addons.