Skip to content

Add IBM Key Protect (IBM Cloud KMS) wrapper (#23)#292

Merged
jefferai merged 8 commits intomainfrom
jefferai-pull-ibmkp-over
Oct 2, 2025
Merged

Add IBM Key Protect (IBM Cloud KMS) wrapper (#23)#292
jefferai merged 8 commits intomainfrom
jefferai-pull-ibmkp-over

Conversation

@jefferai
Copy link
Copy Markdown
Member

@jefferai jefferai commented Oct 2, 2025

Pulls over the PR inadvertently committed to the dev-v2 branch.

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.

  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.

  • If applicable, I've documented the impact of any changes to security controls.

    Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

---------

Co-authored-by: Jeff Mitchell <jeffrey.mitchell@gmail.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds IBM Key Protect (IBM Cloud KMS) wrapper support to the go-kms-wrapping library. This enables encryption and decryption operations using IBM Cloud's Key Protect service.

Key changes:

  • Adds a complete IBM Key Protect wrapper implementation with configuration options and KMS client integration
  • Includes comprehensive acceptance tests for the wrapper functionality
  • Updates project documentation and constants to include the new wrapper type

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
wrappers/ibmkp/options.go Implements configuration option parsing and wrapper setup functions
wrappers/ibmkp/ibmkp_acc_test.go Provides acceptance tests for IBM Key Protect wrapper functionality
wrappers/ibmkp/ibmkp.go Core wrapper implementation with encrypt/decrypt operations
wrappers/ibmkp/go.mod Go module definition with IBM Key Protect client dependency
const.go Adds wrapper type constant for IBM Key Protect
README.md Updates documentation to include IBM Key Protect in supported wrappers list

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread wrappers/ibmkp/options.go Outdated
Comment thread wrappers/ibmkp/options.go Outdated
Comment thread wrappers/ibmkp/options.go Outdated
Comment thread wrappers/ibmkp/ibmkp.go Outdated
Comment thread wrappers/ibmkp/ibmkp.go Outdated
Comment thread wrappers/ibmkp/ibmkp.go Outdated
Comment thread wrappers/ibmkp/ibmkp.go Outdated
jefferai and others added 2 commits October 2, 2025 16:41
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
mgaffney
mgaffney previously approved these changes Oct 2, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
mikemountain
mikemountain previously approved these changes Oct 2, 2025
mikemountain
mikemountain previously approved these changes Oct 2, 2025
mgaffney
mgaffney previously approved these changes Oct 2, 2025
@jefferai jefferai requested a review from Copilot October 2, 2025 20:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread wrappers/ibmkp/options.go Outdated
Comment thread wrappers/ibmkp/ibmkp.go Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jefferai jefferai dismissed stale reviews from mgaffney and mikemountain via 5ba94b3 October 2, 2025 20:52
jefferai and others added 2 commits October 2, 2025 16:54
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jefferai jefferai merged commit 7f7ab88 into main Oct 2, 2025
20 checks passed
@jefferai jefferai deleted the jefferai-pull-ibmkp-over branch October 2, 2025 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants