Skip to content

Commit b60ce61

Browse files
committed
Merge remote-tracking branch 'upstream/php-standardization' into DOCSP-41989-secure-landing
2 parents 4567967 + 3bb2cb7 commit b60ce61

File tree

3 files changed

+401
-12
lines changed

3 files changed

+401
-12
lines changed

source/includes/authentication.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
];
1212

1313
$client = new MongoDB\Client(
14-
'mongodb://<hostname>:<port>',
15-
$uriOptions,
14+
'mongodb://<hostname>:<port>',
15+
$uriOptions,
1616
);
1717
// end-scram-sha-256-client
1818

@@ -30,8 +30,8 @@
3030
];
3131

3232
$client = new MongoDB\Client(
33-
'mongodb://<hostname>:<port>',
34-
$uriOptions,
33+
'mongodb://<hostname>:<port>',
34+
$uriOptions,
3535
);
3636
// end-scram-sha-1-client
3737

@@ -48,8 +48,8 @@
4848
];
4949

5050
$client = new MongoDB\Client(
51-
'mongodb://<hostname>:<port>',
52-
$uriOptions,
51+
'mongodb://<hostname>:<port>',
52+
$uriOptions,
5353
);
5454
// end-mongodb-X509-client
5555

@@ -66,8 +66,8 @@
6666
];
6767

6868
$client = new MongoDB\Client(
69-
'mongodb://<hostname>:<port>',
70-
$uriOptions,
69+
'mongodb://<hostname>:<port>',
70+
$uriOptions,
7171
);
7272
// end-mongodb-aws-client
7373

@@ -78,8 +78,8 @@
7878

7979
// start-mongodb-aws-env-client
8080
$client = new MongoDB\Client(
81-
'mongodb://<hostname>:<port>',
82-
['authMechanism' => 'MONGODB-AWS']
81+
'mongodb://<hostname>:<port>',
82+
['authMechanism' => 'MONGODB-AWS']
8383
);
8484
// end-mongodb-aws-env-client
8585

source/security.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ Secure Your Data
2222
:titlesonly:
2323
:maxdepth: 1
2424

25-
/security/in-use-encryption
26-
.. TODO:
2725
/security/authentication
26+
/security/in-use-encryption
2827

2928
Overview
3029
--------

0 commit comments

Comments
 (0)