-
Notifications
You must be signed in to change notification settings - Fork 1.7k
SERVER-10186 changed language to say what the length of the key should be, not the file #1122
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d be, not the file
Closing now because:
Will update the docs later when/if change goes into the server and is released. |
mongo-cr-bot
pushed a commit
that referenced
this pull request
May 16, 2022
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 17, 2025
GitOrigin-RevId: e6e6fbf7c177b8c8cf62c7474065c420afb17169 Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
(cherry picked from commit 6d2f607) Co-authored-by: lindseymoore <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
* Fix broken refs on landing page (#1121) (#1122) (cherry picked from commit 6d2f607) Co-authored-by: lindseymoore <[email protected]> (cherry picked from commit 8d7982b) * [Backport v6.15] Fix broken refs on landing page --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
* Fix broken refs on landing page (#1121) (#1122) (cherry picked from commit 6d2f607) Co-authored-by: lindseymoore <[email protected]> (cherry picked from commit 8d7982b) * [Backport v6.15] Fix broken refs on landing page --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 08ded68) Co-authored-by: lindseymoore <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
* Fix broken refs on landing page (#1121) (#1122) (cherry picked from commit 6d2f607) Co-authored-by: lindseymoore <[email protected]> (cherry picked from commit 8d7982b) * [Backport v6.15] Fix broken refs on landing page --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 08ded68) Co-authored-by: lindseymoore <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
* Fix broken refs on landing page (#1121) (#1122) (cherry picked from commit 6d2f607) Co-authored-by: lindseymoore <[email protected]> (cherry picked from commit 8d7982b) * [Backport v6.15] Fix broken refs on landing page --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 08ded68) Co-authored-by: lindseymoore <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
* Fix broken refs on landing page (#1121) (#1122) (cherry picked from commit 6d2f607) Co-authored-by: lindseymoore <[email protected]> (cherry picked from commit 8d7982b) * [Backport v6.15] Fix broken refs on landing page --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 08ded68) Co-authored-by: lindseymoore <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
* Fix broken refs on landing page (#1121) (#1122) (cherry picked from commit 6d2f607) Co-authored-by: lindseymoore <[email protected]> (cherry picked from commit 8d7982b) * [Backport v6.15] Fix broken refs on landing page --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 08ded68) Co-authored-by: lindseymoore <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
* Fix broken refs on landing page (#1121) (#1122) (cherry picked from commit 6d2f607) Co-authored-by: lindseymoore <[email protected]> (cherry picked from commit 8d7982b) * [Backport v6.15] Fix broken refs on landing page --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 08ded68) Co-authored-by: lindseymoore <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
Adds additional non-enterprise examples from the PyMongo tutorial: "Explicit Encryption with Automatic Decryption" and "Explicit Queryable Encryption". Examples are now broken out into separate files, which are tested in ExamplesTest. Renames "Client-Side Encryption" to "In-Use Encryption" (PHPLIB-997). This will warrant adding a redirect from "/tutorial/client-side-encryption/" to "/tutorial/encryption/" in the related docs-php-library project (DOCSP-31241). Adds docs for crypt_shared and mongocryptd (PHPLIB-985). Demonstrates schema validation errors in example scripts, and clarify that local schemas should be used in conjunction with server-side schemas (not instead of). Create key vault index in key management scripts and remove setup code elsewhere. This replaces the setup code with a top-of-script comment to avoid repetition. ExamplesTest now prepares the cleans up the necessary collections. Add a documentation note about creating the partial, unique index on keyAltNames.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change should only be pulled pending the acceptance of mongodb/mongo#457