Skip to content

Commit de39a29

Browse files
Update setup.md
1 parent 74e5682 commit de39a29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/setup.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Please gather the following information before you start setting up:
132132
## Setup option 1 (Simple and recommended method)
133133
134134
(Estimated time to complete these steps: 5 - 10 mins)
135+
This method uses admin credentials (configured in the Step 6 of Prerequisites section) to call workspace APIs.
135136
136137
Make sure both SAT job cluster (Refer to Prerequisites Step 2 ) and Warehouse (Refer to Prerequisites Step 3) are running.
137138
<details>
@@ -151,7 +152,7 @@ Please gather the following information before you start setting up:
151152
## Setup option 2 (Most flexible for the power users)
152153
153154
(Estimated time to complete these steps:30 mins)
154-
155+
This method uses admin credentials (configured in the Step 6 of Prerequisites section) by default to call workspace APIs. But can be changed to use workspace PAT tokens instead.
155156
<details>
156157
<summary>Setup instructions</summary>
157158
Following are the one time easy steps to get your workspaces setup with the SAT:
@@ -179,6 +180,9 @@ Please gather the following information before you start setting up:
179180
180181
181182
3. Generate secrets setup file
183+
Note: You can skip this step and go to step 4, if you would like to use admin credentials (configured in the Step 6 of Prerequisites section) to call workspace APIs.
184+
185+
* Change \<SATProject\>/notebooks/Utils/initialize value of from "use_mastercreds":"true" to "use_mastercreds":"false"
182186
* Run the \<SATProject\>/notebooks/Setup/2.generate_secrets_setup_file notebook. Setup your PAT tokens for each of the workspaces under the "master_name_scope”
183187
184188
<img src="./images/setup_secrets.png" width="70%" height="70%">

0 commit comments

Comments
 (0)