Skip to content

Add a wrapper for OVHcloud KMS #67

@cjsauvain

Description

@cjsauvain

Is your feature request related to a problem? Please describe.
Support for OVHcloud KMS (OKMS) service keys as an auto-unseal backend for OpenBao is currently being implemented in response to openbao/openbao#1054.
However, go-kms-wrapping does not provide a wrapper for OKMS, which is required for this implementation.

Describe the solution you'd like
Add a new OKMS wrapper responsible for:

  • Handling OKMS configuration
  • Performing encryption and decryption operations using the OKMS Service Keys API (or any compatible API).

This wrapper follows the same design as existing KMS wrappers.
The implementation is complete and ready for review.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions