-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
KEP-3299: update KMS v2 design to match v1.28 implementation #4220
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enj The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Monis Khan <mok@microsoft.com>
Signed-off-by: Monis Khan <mok@microsoft.com>
051bbab
to
77b78d7
Compare
@@ -86,7 +89,8 @@ This KEP proposes the new v2 `KeyManagementService` service contract to: | |||
- enable fully automated key rotation for the latest key | |||
- improve KMS plugin health check reliability | |||
- improve observability of envelop operations between kube-apiserver, KMS plugins and KMS | |||
- if this v2 API reaches GA in release N, the existing v1beta1 gRPC API will be deprecated at release N and removed at release N+3 (the existing key rotation dance of using multiple providers will be used to migrate from v1beta1 to v2) | |||
- if this v2 API reaches beta in release M, the existing v1beta1 gRPC API will be deprecated at release M |
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.
We deprecated KMSv1 in v1.28 and KMSv2 beta was in v1.27, so should this be deprecated at release M+1?
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.
See if you like 5b8d99b better.
Co-authored-by: Anish Ramasekar <anish.ramasekar@gmail.com>
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
Fixes kubernetes/kubernetes#118837
/assign aramase