Skip to content

Commit 563f39a

Browse files
DOCSP-17300 ADL should not need to list a bucket to save a config (#171)
* DOCSP-17300 ADL should not need to list a bucket to save a config * DOCSP-17300 updates for copy review feedback
1 parent ef7d8fe commit 563f39a

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

source/includes/steps-deploy-s3-json-editor.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ content: |
2424
:language: json
2525
2626
To learn more about these configuration settings, see
27-
:ref:`datalake-stores-reference`.
27+
:ref:`datalake-databases-reference`.
2828
---
2929
title: "Repeat steps 1 and 2 in the |json| Editor tab above to define
3030
additional |aws| |s3| data stores and virtual databases,
@@ -42,8 +42,22 @@ content: |
4242
4343
- :ref:`federated-queries`
4444
- :ref:`federated-config-eg`
45+
4546
---
4647
title: "Click :guilabel:`Save` to create the {+dl+}."
4748
level: 4
48-
ref: save-s3-json-configuration
49+
ref: save-configuration
50+
content: |
51+
52+
.. note::
53+
54+
If {+adl+} is unable to read the specified |s3| bucket, it
55+
displays a modal to:
56+
57+
- :guilabel:`Cancel` this operation and specify a different |iam|
58+
role to retrieve the object metadata from the specified |s3|
59+
bucket.
60+
- :guilabel:`Use Role Anyway` to create the {+dl+} for the
61+
specified bucket using the specified |iam| role.
62+
4963
...

source/includes/steps-deploy-s3-visual-editor.yaml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ content: |
3737
In the |service| UI, click and expand one of the following:
3838
3939
- The :guilabel:`Create New Role with the AWS CLI` shows how to
40-
use the |arn| and the unique External ID to add |service| to the trust relationships of a new |aws| |iam| role. Follow the steps in the |service| UI for creating a new role. To learn more, see :atlas:`Create New Role with the AWS CLI
40+
use the |arn| and the unique External ID to add |service| to the
41+
trust relationships of a new |aws| |iam| role. Follow the steps
42+
in the |service| UI for creating a new role. To learn more, see
43+
:atlas:`Create New Role with the AWS CLI
4144
</security/set-up-unified-aws-access/#procedure>`.
4245
4346
When authorizing a new role, if you quit the ``Configure a New
@@ -51,7 +54,7 @@ content: |
5154
the workflow when you have the |aws| IAM role |arn|.
5255
- After validating the role, |service| will not create the
5356
{+dl+}. However, the role is available in the role selection
54-
drop-down and can be used to create a {+dl+}. You do not need
57+
dropdown and can be used to create a {+dl+}. You do not need
5558
to authorize the role again.
5659
5760
- The :guilabel:`Add Trust Relationships to an Existing Role`
@@ -106,6 +109,11 @@ content: |
106109
107110
Corresponds to :datalakeconf:`stores.[n].region` |json|
108111
configuration setting.
112+
113+
.. note::
114+
115+
You can't create a {+dl+} if {+adl+} is unable to retrieve the
116+
region of the specified |s3| bucket.
109117
110118
#. **Optional**. Specify a prefix that {+dl+} should use when
111119
searching the files in the |s3| bucket. If omitted, {+dl+}
@@ -222,4 +230,17 @@ content: |
222230
title: "Click :guilabel:`Save` to create the {+dl+}."
223231
level: 4
224232
ref: save-configuration
233+
content: |
234+
235+
.. note::
236+
237+
If {+adl+} is unable to read the specified |s3| bucket, it
238+
displays a modal to:
239+
240+
- :guilabel:`Cancel` this operation and specify a different |iam|
241+
role to retrieve the object metadata from the specified |s3|
242+
bucket.
243+
- :guilabel:`Use Role Anyway` to create the {+dl+} for the
244+
specified bucket using the specified |iam| role.
245+
225246
...

0 commit comments

Comments
 (0)