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

feat(cli-repl): pass through sspiHostnameCanonicalization to driver MONGOSH-856 #1231

Merged
merged 3 commits into from
Mar 17, 2022

Conversation

addaleax
Copy link
Contributor

MONGOSH-856

Pass down sspiHostnameCanonicalization to the driver as-is
and let the driver do the validation. We still map true and
false from strings to booleans and an empty string to undefined,
since the driver would otherwise reject those values.

@addaleax addaleax changed the title feat(cli-repl): pass through sspiHostnameCanonicalization to driver feat(cli-repl): pass through sspiHostnameCanonicalization to driver MONGOSH-856 Mar 16, 2022
…ONGOSH-856

Pass down `sspiHostnameCanonicalization` to the driver as-is
and let the driver do the validation. We still map `true` and
`false` from strings to booleans and an empty string to `undefined`,
since the driver would otherwise reject those values.
@addaleax addaleax merged commit 48137a1 into main Mar 17, 2022
@addaleax addaleax deleted the 856-dev branch March 17, 2022 11:56
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.

2 participants