Skip to content

Conversation

@durran
Copy link
Member

@durran durran commented Jan 17, 2022

  • Changes the TLS provider options to function per KMS provider. This now ensures each KMS provider can customise their TLS settings.
  • Adds validation on the TLS options not to support any insecure options.

Note Prose and spec tests are located in the main Node repo. Related PR mongodb/node-mongodb-native#3070

Node CSFLE run against this specific branch: https://spruce.mongodb.com/version/61e753873066153369a025de/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC

@durran durran marked this pull request as ready for review January 18, 2022 21:36
@durran durran requested a review from nbbeeken as a code owner January 18, 2022 21:36
* TLS options for kms providers to use.
*/
tlsOptions?: ClientEncryptionTLSOptions;
tlsOptions?: {
Copy link
Member Author

Choose a reason for hiding this comment

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

TLS options to KMS providers are configured on a per KMS provider basis for future flexibility.

Copy link
Contributor

@baileympearson baileympearson left a comment

Choose a reason for hiding this comment

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

I left one minor (non-blcoking) comment. Otherwise the changes look good to me

@durran durran merged commit 5920d84 into master Jan 20, 2022
@durran durran deleted the NODE-3777 branch January 20, 2022 08:08
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.

4 participants