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(cli-repl): use tls allowPartialTrustChain flag MONGOSH-1878 #2181

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

addaleax
Copy link
Contributor

This should bring back startup performance to pre-2.3.1 levels.

Also pins kerberos to 2.1.0, since bumping it actually broke our Windows build.

This should bring back startup performance to pre-2.3.1 levels.

Also pins kerberos to 2.1.0, since bumping it actually broke our
Windows build.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

As the filename indicates, this is nodejs/node@1b34202 and can be removed once we adopt the next Node.js 20.x release

Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like the 20.18.0 got released in the meantime. Should we merge #2190 instead of manually applying the patch, or is it still helpful to have the manual patch for some other use case?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The most recent CI for #2190 failed – it's no longer visible because the GH bot force-pushes, here's the link: https://spruce.mongodb.com/version/66ff36e5cad15800072c4869/tasks

That's failing because of a conflict with another of our source patches, so I'll just go ahead and merge this, then create a PR based on #2190 that removes the patch again and fixes whatever else needs fixing

Copy link
Contributor

Choose a reason for hiding this comment

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

Gotcha, makes sense

@addaleax addaleax force-pushed the apply-tls-allowpartialtrustchain branch from cb0c6ed to 29c9c2b Compare September 26, 2024 11:25
@addaleax addaleax changed the title fix(cli-repl): use tls allowPartialTrustChain flag COMPASS-8253 fix(cli-repl): use tls allowPartialTrustChain flag MONGOSH-1878 Sep 26, 2024
Copy link
Contributor

@gribnoysup gribnoysup left a comment

Choose a reason for hiding this comment

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

Question whether or not we need the patch, otherwise looks good

@addaleax addaleax merged commit 5e27c4f into main Oct 7, 2024
69 of 74 checks passed
@addaleax addaleax deleted the apply-tls-allowpartialtrustchain branch October 7, 2024 10:27
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.

None yet

2 participants