File tree Expand file tree Collapse file tree 4 files changed +37
-3
lines changed
specify-connection-options Expand file tree Collapse file tree 4 files changed +37
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ toc_landing_pages = [
13
13
" /crud/builders" ,
14
14
" /data-formats" ,
15
15
" /api-documentation" ,
16
+ " /security" ,
16
17
" /security/auth"
17
18
]
18
19
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ Specify Connection Options
10
10
Network Compression </connection/specify-connection-options/network-compression>
11
11
JNDI Datasource </connection/specify-connection-options/jndi>
12
12
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
13
- Enable TLS/SSL </security/tls>
14
- Use a SOCKS5 Proxy </security/socks>
13
+ Connection Security Settings </connection/specify-connection-options/security-connection-options>
15
14
16
15
.. facet::
17
16
:name: genre
Original file line number Diff line number Diff line change
1
+ .. _security-connection-settings:
2
+
3
+ ============================
4
+ Connection Security Settings
5
+ ============================
6
+
7
+ .. facet::
8
+ :name: genre
9
+ :values: reference
10
+
11
+ .. contents:: On this page
12
+ :local:
13
+ :backlinks: none
14
+ :depth: 1
15
+ :class: singlecol
16
+
17
+ MongoDB supports many options for securing your data before and during
18
+ transportation. For information about security options, see our :ref:`Security
19
+ section <java-security>`, including :ref:`TLS/SSL <tls-ssl>` and :ref:`SOCKS5 Proxy
20
+ <java-connect-socks>` options.
Original file line number Diff line number Diff line change
1
+ .. _java-security:
2
+
1
3
========
2
4
Security
3
5
========
@@ -13,4 +15,16 @@ Security
13
15
In-Use Encryption </security/encrypt-fields>
14
16
TLS/SSL </security/tls>
15
17
SOCKS5 Proxy </security/socks>
16
- Validate Driver Artifact Signatures </security/validate-signatures>
18
+ Validate Driver Artifact Signatures </security/validate-signatures>
19
+
20
+ Overview
21
+ --------
22
+
23
+ Learn how to set up security options for your application in the following
24
+ sections:
25
+
26
+ - :ref:`Authentication <authentication-mechanisms>`
27
+ - :ref:`In-Use Encryption <java-fle>`
28
+ - :ref:`TLS/SSL <tls-ssl>`
29
+ - :ref:`SOCKS5 Proxy <java-connect-socks>`
30
+ - :ref:`Validate Driver Artifact Signatures <java-validate-signatures>`
You can’t perform that action at this time.
0 commit comments