-
Notifications
You must be signed in to change notification settings - Fork 17
DOCSP-42150: CSFLE standardization #102
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
DOCSP-42150: CSFLE standardization #102
Conversation
✅ Deploy Preview for docs-cpp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some comments 🚀
To learn more about encryption schemas, see | ||
:manual:`CSFLE Encryption Schemas </core/csfle/reference/encryption-schemas/>` | ||
in the {+mdb-server+} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the {+mdb-server+} | |
in the {+mdb-server+} manual. |
Then, apply these options to your client. | ||
|
||
The following example creates a ``options::auto_encryption`` instance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following example creates a ``options::auto_encryption`` instance | |
The following example creates an ``options::auto_encryption`` instance |
to configure explicit encryption with automatic decryption, | ||
then passes this options instance to the ``auto_encryption_opts`` field | ||
of a ``options::client``. This creates a client configured to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of a ``options::client``. This creates a client configured to | |
of an ``options::client``. This creates a client configured to |
Automatic encryption allows you to perform encrypted read and write operations | ||
without specifying how to encrypt fields. To enable automatic encryption, use | ||
one of the following libraries: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one of the following libraries: | |
one of the following: |
Suggest removing "library". Filed DOCSP-47133 to update elsewhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah okay, thanks for making that ticket
* DOCSP-42150: CSFLE standardization * edits * code * edits * edits * fix build errors * SA feedback * remove * KA feedback * link * KA feedback 2 (cherry picked from commit f8fbbf5)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-42150
Staging Links
Self-Review Checklist