Skip to content

API SDK library for the Key Chain Manager used to define the gRPC API of different components. Context: Services gRPC API, which are going to be used by different services to communicate with each other.

License

Notifications You must be signed in to change notification settings

openkcm/api-sdk

OpenKCM: api-sdk

REUSE status

Have all service definitions and code generated stubs for OpenKCM APIs.

Generate protobuf code

  1. Install buf: If you haven't already, install buf by following the instructions on the Buf website. You can install buf on macOS or Linux using Homebrew:
   brew install bufbuild/buf/buf
  1. Generate code: Use the sh make generate command to run the entire process.
   make generate

Using a specific branch

Ensure that the GOPRIVATE environment variable is set up:

  go env -w GOPRIVATE="github.com/*"  

To use a specific branch of a repository in your Go project, you can use the go get command with the branch name. Here's an example:

go get github.com/openkcm/api-sdk/proto/kms/api/cmk/registry/system/v1@

To switch back to the default branch, follow these steps:

  1. Update your dependencies to the latest version on the default branch:

go get github.com/openkcm/api-sdk/proto/kms/api/cmk/registry/system/v1@latest

  1. Clean up:
  go mod tidy

Support, Feedback, Contributing

This project is open to feature requests/suggestions, bug reports etc. via GitHub issues. Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines.

Security / Disclosure

If you find any bug that may be a security problem, please follow our instructions at in our security policy on how to report it. Please do not create GitHub issues for security-related doubts or problems.

Code of Conduct

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its Code of Conduct at all times.

Licensing

Copyright 2025 SAP SE or an SAP affiliate company and OpenKCM contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.

About

API SDK library for the Key Chain Manager used to define the gRPC API of different components. Context: Services gRPC API, which are going to be used by different services to communicate with each other.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 6