-
Notifications
You must be signed in to change notification settings - Fork 43
[Java Sync] Connection Section Reorg #648
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
Changes from 10 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
33b3d33
connect conflict
rachel-mack ca20631
security pages
rachel-mack 9db0b05
connection security
rachel-mack 1011afe
landing pages
rachel-mack 87a964b
snooty
rachel-mack 63eb1c9
secrurity options landing page
rachel-mack 680da1e
NR feedback
rachel-mack c2d9c76
build errors
rachel-mack d6c33a5
label
rachel-mack 6bfed26
label fix
rachel-mack 269e330
NR feedback
rachel-mack a2775cd
force rebuild
rachel-mack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
7 changes: 4 additions & 3 deletions
7
source/connection/connect.txt → source/connection/mongoclient.txt
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.. _java-specify-connection-options: | ||
|
||
========================== | ||
Specify Connection Options | ||
========================== | ||
|
||
.. toctree:: | ||
|
||
MongoClient Settings </connection/specify-connection-options/mongoclientsettings> | ||
Connection URI Options </connection/specify-connection-options/connection-options.txt> | ||
Stable API </connection/specify-connection-options/stable-api> | ||
Network Compression </connection/specify-connection-options/network-compression> | ||
JNDI Datasource </connection/specify-connection-options/jndi> | ||
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/> | ||
Connection Security Settings </connection/specify-connection-options/security-connection-options> | ||
|
||
.. facet:: | ||
:name: genre | ||
:values: reference | ||
|
||
.. meta:: | ||
:keywords: connection string, URI, Atlas, code example | ||
|
||
|
||
- :ref:`MongoClient Settings <mongoclientsettings>` | ||
- :ref:`Connection URI Options <connection-options>` | ||
- :ref:`Stable API <stable-api-java>` | ||
- :ref:`Network Compression <network-compression>` | ||
- :ref:`JNDI Datasource <jndi>` | ||
- `AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>`__ | ||
- :ref:`Connection Security Options <security-connection-settings>` |
10 changes: 5 additions & 5 deletions
10
source/connection/connection-options.txt → ...connection-options/connection-options.txt
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 21 additions & 0 deletions
21
source/connection/specify-connection-options/security-connection-options.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _security-connection-settings: | ||
|
||
============================ | ||
Connection Security Settings | ||
============================ | ||
|
||
.. facet:: | ||
:name: genre | ||
:values: reference | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 1 | ||
:class: singlecol | ||
|
||
MongoDB supports many options for securing your data before and during | ||
transportation. For information about security options, see our :ref:`Security | ||
section <java-security>`, which includes: | ||
|
||
.. include:: /includes/security/security-pages.rst |
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- :ref:`Authentication <authentication-mechanisms>` | ||
- :ref:`In-Use Encryption <java-fle>` | ||
- :ref:`TLS/SSL <tls-ssl>` | ||
- :ref:`SOCKS5 Proxy <java-connect-socks>` | ||
- :ref:`Validate Driver Artifact Signatures <java-validate-signatures>` |
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
Oops, something went wrong.
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.
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.
S: I'd use a full sentence here