Skip to content

ocikms: Oracle Cloud KMS support #1226

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

deblasis
Copy link

@deblasis deblasis commented Jun 23, 2023

Hi there, I found myself needing this so I thought it was a good opportunity to contribute a little.

Happy to make the necessary changes, I tried to comply with style as much as possible.

Fixes #981

cc: @colemickens, @davidpinhas, @b-dean

Basic Demo

sops_oci_kms_demo.mp4

Makefile Outdated
@@ -36,7 +36,7 @@ generate: keyservice/keyservice.pb.go
$(GO) generate

%.pb.go: %.proto
protoc --go_out=plugins=grpc:. $<
protoc --go_out=. --go-grpc_out=require_unimplemented_servers=false:. $<
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be the current way of generating files with protoc since 1.20 I believe.

The generated files are also split now as you can see below.

The flag require_unimplemented_servers=false is necessary to preserve the previous functionality.

Please note that I am using:
image

I have also tried

protoc-gen-go v1.23.0
protoc        v3.13.0

but I am still getting errors with the plugin settings.

I don't think this is an issue but just flagging for the reviewer

@@ -1,5 +1,7 @@
syntax = "proto3";

option go_package = "/keyservice";
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this ad best practice and because I was getting errors because of this as well when doing make generate

@hiddeco hiddeco added this to the v3.9.0 milestone Jul 4, 2023
@hiddeco hiddeco changed the base branch from master to main July 6, 2023 20:58
@felixfontein felixfontein modified the milestones: v3.9.0, 3.10.0 Jun 26, 2024
Signed-off-by: Alessandro De Blasis <[email protected]>
@deblasis deblasis force-pushed the issue/#981-oci-kms branch from 3fa4e3c to 6407abc Compare January 8, 2025 14:32
@jpark0910
Copy link

Is there anything else blocking this PR from being merged main for the 3.10.0 milestone release? is there an ETA on 3.10.0?

@felixfontein
Copy link
Contributor

I personally won't have time to review this anytime soon (see #1097 (comment)). I'm not sure if anyone else from the maintainers has time either, but it might well be that this won't make it into 3.10 and will get moved to the 3.11 milestone (once that exists).

@felixfontein felixfontein modified the milestones: 3.10.0, 3.11.0 Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Oracle Cloud Vault / KMS
4 participants