keyspace_encryptionpb: add keyspace encryption metadata protos#1401
keyspace_encryptionpb: add keyspace encryption metadata protos#1401hbisheng wants to merge 1 commit intopingcap:masterfrom
Conversation
1421739 to
3c0d10a
Compare
Add keyspace-level encryption metadata messages. This is needed so other components (e.g. CDC) can fetch and deserialize keyspace encryption info using a shared schema from kvproto. Includes generated Go bindings and updates proto.lock for compatibility checks. Signed-off-by: Bisheng Huang <hbisheng@gmail.com>
|
@tenfyzhong: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tenfyzhong The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@overvenus @zhangjinpeng87 PTAL~ |
Add keyspace-level encryption metadata messages. This is needed so other components (e.g. CDC) can fetch and deserialize keyspace encryption info using a shared schema from kvproto.
Includes generated Go bindings and updates proto.lock for compatibility checks.