Skip to content

feat(cryptdConnectionString): makes mongocryptd uri configurable #2049

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

Merged
merged 4 commits into from
Jul 3, 2019

Conversation

rosemaryy
Copy link
Contributor

Fixes NODE-2012

Description

Previously, cryptd's connectionString was not configurable. Now, the user has the option of setting connectionString by passing it in as an option for MongoClient.

What changed?
cryptdConnectionString is now a valid option for MongoClient

@rosemaryy rosemaryy requested review from mbroadst, daprahamian, kvwalker and spal1 and removed request for mbroadst and daprahamian July 1, 2019 21:01
Copy link
Member

@mbroadst mbroadst left a comment

Choose a reason for hiding this comment

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

Hi @rosemaryy, two comments:

  • I don't think this change is performance related, I think you might want to call this a feat
  • The options for client-side field-level encryption are all represented in the autoEncryption option. We should adhere to the spec when it comes to setting options related to mongocryptd

@rosemaryy rosemaryy changed the title perf(cryptdConnectionString): makes mongocryptd uri configurable feat(cryptdConnectionString): makes mongocryptd uri configurable Jul 2, 2019
Copy link
Member

@mbroadst mbroadst left a comment

Choose a reason for hiding this comment

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

LGTM!

@rosemaryy rosemaryy merged commit 597262c into mongodb:next Jul 3, 2019
@rosemaryy rosemaryy deleted the NODE-2012 branch July 3, 2019 17:18
daprahamian pushed a commit that referenced this pull request Aug 13, 2019
* perf(cryptdConnectionString): make mongocryptd uri configurable by creating the property `autoEncryption.extraOptions.mongocryptURI`

Fixes NODE-2012
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