File tree Expand file tree Collapse file tree 6 files changed +32
-33
lines changed
includes/api/list-tables/requests Expand file tree Collapse file tree 6 files changed +32
-33
lines changed Original file line number Diff line number Diff line change @@ -338,11 +338,9 @@ following procedure:
338
338
- |json| file that contains the {+gcp+} |kms|
339
339
credentials from your {+gcp+} account.
340
340
341
- .. important::
342
-
343
- You must format the |json| object properly.
344
- Ensure you properly indent the credential fields
345
- within the file.
341
+ :gold:`IMPORTANT:` You must format the |json| object properly.
342
+ Ensure you properly indent the credential fields
343
+ within the file.
346
344
347
345
The following example shows the contents of a
348
346
``serviceAccountKey`` |json| file:
Original file line number Diff line number Diff line change @@ -102,14 +102,12 @@ private endpoints:
102
102
:guilabel:`Subnet` dashboard in your |aws|
103
103
account.
104
104
105
- .. important::
106
-
107
- You must specify at least one subnet. If you
108
- don't, |aws| won't provision a
109
- :term:`interface endpoint` in your |vpc|. An
110
- interface endpoint is required for clients
111
- in your |vpc| to send traffic to the private
112
- endpoint.
105
+ :gold:`IMPORTANT:` You must specify at least one subnet. If you
106
+ don't, |aws| won't provision a
107
+ :term:`interface endpoint` in your |vpc|. An
108
+ interface endpoint is required for clients
109
+ in your |vpc| to send traffic to the private
110
+ endpoint.
113
111
114
112
#. Run the command with the :aws:`AWS CLI
115
113
</cli/latest/userguide/cli-chap-install.html>`.
Original file line number Diff line number Diff line change @@ -123,14 +123,12 @@ private endpoints:
123
123
:guilabel:`Subnet` dashboard in your |aws|
124
124
account.
125
125
126
- .. important::
127
-
128
- You must specify at least one subnet. If you
129
- don't, |aws| won't provision a
130
- :term:`interface endpoint` in your |vpc|. An
131
- interface endpoint is required for clients
132
- in your |vpc| to send traffic to the private
133
- endpoint.
126
+ :gold:`IMPORTANT:` You must specify at least one subnet. If you
127
+ don't, |aws| won't provision a
128
+ :term:`interface endpoint` in your |vpc|. An
129
+ interface endpoint is required for clients
130
+ in your |vpc| to send traffic to the private
131
+ endpoint.
134
132
135
133
#. Run the command with the :aws:`AWS CLI
136
134
</cli/latest/userguide/cli-chap-install.html>`.
Original file line number Diff line number Diff line change @@ -134,14 +134,12 @@ using private endpoints:
134
134
:guilabel:`Subnet` dashboard in your |aws|
135
135
account.
136
136
137
- .. important::
138
-
139
- You must specify at least one subnet. If you
140
- don't, |aws| won't provision a
141
- :term:`interface endpoint` in your |vpc|. An
142
- interface endpoint is required for clients
143
- in your |vpc| to send traffic to the private
144
- endpoint.
137
+ :gold:`IMPORTANT:` You must specify at least one subnet. If you
138
+ don't, |aws| won't provision a
139
+ :term:`interface endpoint` in your |vpc|. An
140
+ interface endpoint is required for clients
141
+ in your |vpc| to send traffic to the private
142
+ endpoint.
145
143
146
144
#. Run the command with the :aws:`AWS CLI
147
145
</cli/latest/userguide/cli-chap-install.html>`.
Original file line number Diff line number Diff line change @@ -359,6 +359,15 @@ to customize your specifications.
359
359
Human-readable label that identifies the user needed to authenticate
360
360
to the MongoDB database or collection.
361
361
362
+ If the database user authenticates with :manual:`OpenID Connect
363
+ </core/security-oidc>`, this value must be your |service| |oidc|
364
+ |idp| followed by a forward slash ``/`` and your |idp| group name.
365
+
366
+ If the database user authenticates with |aws| |iam| credentials,
367
+ this value must be the user that authenticates with the |aws| |iam|
368
+ credentials or the role of the user that authenticates with the |aws|
369
+ |iam| credentials in :aws-docs:`Amazon Resource Name format </IAM/latest/UserGuide/reference-arns.html#arns-syntax>`.
370
+
362
371
.. setting:: spec.x509Type
363
372
364
373
*Type*: string
Original file line number Diff line number Diff line change 42
42
access list. The specified date must be in the future and within
43
43
one week of the time you make the |api | request.
44
44
45
- .. important ::
46
-
47
- You cannot set |aws | security groups as temporary access list
48
- entries.
45
+ :gold: `IMPORTANT: ` You cannot set |aws | security groups as temporary access list
46
+ entries.
49
47
50
48
You may include an |iso8601 | time zone designator to ensure
51
49
that the expiration date occurs with respect to the local
You can’t perform that action at this time.
0 commit comments