File tree Expand file tree Collapse file tree 5 files changed +13
-18
lines changed
queryable-encryption/tutorials/automatic/aws Expand file tree Collapse file tree 5 files changed +13
-18
lines changed Original file line number Diff line number Diff line change 67
67
Specify the ``aws `` KMS provider and your {+aws-iam-abbr+} user
68
68
credentials:
69
69
70
- .. include :: /includes/queryable-encryption/tutorials/automatic/aws/iam-credentials-note.rst
71
-
72
70
.. tabs-drivers ::
73
71
74
72
.. tab ::
107
105
:language: java
108
106
:dedent:
109
107
108
+ .. include :: /includes/tutorials/automatic/aws/obtain-automatic-credentials.rst
109
+
110
110
.. tab ::
111
111
:tabid: go
112
112
Original file line number Diff line number Diff line change 8
8
9
9
.. include :: /includes/queryable-encryption/tab-note.rst
10
10
11
- .. include :: /includes/queryable-encryption/tutorials/automatic/aws/iam-credentials-note.rst
12
-
13
11
.. tabs-drivers ::
14
12
15
13
.. tab ::
48
46
:language: java
49
47
:dedent:
50
48
49
+ .. include :: /includes/tutorials/automatic/aws/obtain-automatic-credentials.rst
50
+
51
51
.. tab ::
52
52
:tabid: go
53
53
66
66
:language: csharp
67
67
:dedent:
68
68
69
- .. tip :: Learn More
70
-
71
- To learn more about the KMS provider object for AWS, see
72
- :ref: `qe-reference-kms-providers-aws `.
73
-
74
69
.. step :: Add Your Key Information
75
70
76
71
Update the following code to specify your {+cmk-long+}:
Original file line number Diff line number Diff line change 58
58
Specify the ``aws `` KMS provider and your {+aws-iam-abbr+} user
59
59
credentials:
60
60
61
- .. include :: /includes/tutorials/automatic/aws/iam-credentials-note.rst
62
-
63
61
.. tabs-drivers ::
64
62
65
63
.. tab ::
71
69
:language: java
72
70
:dedent:
73
71
72
+ .. include :: /includes/tutorials/automatic/aws/obtain-automatic-credentials.rst
73
+
74
74
.. tab ::
75
75
:tabid: nodejs
76
76
Original file line number Diff line number Diff line change 6
6
Add the service account credentials to your CSFLE-enabled client
7
7
code.
8
8
9
- .. include :: /includes/tutorials/automatic/aws/iam-credentials-note.rst
10
-
11
9
.. tabs-drivers ::
12
10
13
11
.. tab ::
19
17
:language: java
20
18
:dedent:
21
19
20
+ .. include :: /includes/tutorials/automatic/aws/obtain-automatic-credentials.rst
21
+
22
22
.. tab ::
23
23
:tabid: nodejs
24
24
55
55
:language: go
56
56
:dedent:
57
57
58
- .. tip :: Learn More
59
-
60
- To learn more about the KMS provider object for AWS, see
61
- :ref: `csfle-reference-kms-providers-aws `.
62
-
63
58
.. step :: Add Your Key Information
64
59
65
60
Update the following code to specify your {+cmk-long+}:
Original file line number Diff line number Diff line change
1
+ .. tip ::
2
+
3
+ To learn how to provide your AWS credentials without directly specifying them
4
+ as shown in the preceding code example, see the :driver: `Java MONGODB-AWS documentation
5
+ </java/sync/current/fundamentals/auth/#mongodb-aws> `.
You can’t perform that action at this time.
0 commit comments