Skip to content
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

fix(NODE-6085): add TS support for KMIP data key options #4128

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

baileympearson
Copy link
Contributor

Description

What is changing?

The original KMIP implementation added runtime support for KMIP data key options, but did not add TS support. This PR adds support for the keyId and endpoint options, with delegated to be added in NODE-5853.

Demonstration of the options working as expected:

Is there new documentation needed for these changes?

No.

What is the motivation for this change?

Typescript accuracy.

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

addaleax
addaleax previously approved these changes Jun 4, 2024
@nbbeeken nbbeeken self-assigned this Jun 4, 2024
Copy link
Contributor

@nbbeeken nbbeeken left a comment

Choose a reason for hiding this comment

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

sorry, lint issue

@nbbeeken nbbeeken added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Jun 4, 2024
@nbbeeken nbbeeken merged commit f790cc1 into mongodb:main Jun 4, 2024
29 checks passed
baileympearson added a commit to baileympearson/node-mongodb-native that referenced this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants