Skip to content

Commit 87f3a00

Browse files
istranicalgitbook-bot
authored andcommitted
GITBOOK-24: change request with no subject merged in GitBook
1 parent 1caf526 commit 87f3a00

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed
Loading

storage-and-credentials/managed-credentials/amazon-web-services/enabling-cors.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ In order to visualize Deep Lake datasets stored in your own S3 buckets in the [D
1919
"HEAD"
2020
],
2121
"AllowedOrigins": [
22-
"*.activeloop.ai",
23-
"*.activeloop.dev"
22+
"*.activeloop.ai",
2423
],
2524
"ExposeHeaders": []
2625
}

storage-and-credentials/managed-credentials/amazon-web-services/provisioning-role-based-access.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,12 @@ The most secure method for connecting data from your AWS account to Deep Lake is
7272
"Sid": "AllowAssumeRoleFromActiveloopSaaS",
7373
"Effect": "Allow",
7474
"Principal": {
75-
"AWS": [
76-
"arn:aws:iam::574987031486:role/activeloop_backend_dev",
77-
"arn:aws:iam::574987031486:role/activeloop_backend",
78-
"arn:aws:iam::597713067985:role/activeloop_backend"
79-
]
75+
"AWS": "arn:aws:iam::597713067985:role/activeloop_backend"
8076
},
8177
"Action": "sts:AssumeRole"
8278
}
8379
]
8480
}
85-
8681
```
8782

8883
5\. From the provided policy list, select the previously created policy from Step 1 and click `Next`

storage-and-credentials/managed-credentials/microsoft-azure/enabling-cors.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ Cross-Origin Resource Sharing (CORS) is typically enabled by default in Azure. I
2020

2121
4\. Add the following items to the permissions.
2222

23-
<figure><img src="../../../.gitbook/assets/Screen Shot 2023-06-21 at 9.45.00 AM.png" alt=""><figcaption></figcaption></figure>
23+
<figure><img src="../../../.gitbook/assets/Screen Shot 2023-06-21 at 9.45.00 AM edited.png" alt=""><figcaption></figcaption></figure>
2424

25-
| Allowed origins | Allowed methods | Allowed headers |
26-
| --------------------------------------------- | --------------- | --------------- |
27-
| https://app.activeloop.ai | GET, HEAD | \* |
28-
| <p><br>https://app-dev.activeloop.dev<br></p> | GET, HEAD | \* |
29-
| https://app-staging.activeloop.dev | GET | \* |
25+
| Allowed origins | Allowed methods | Allowed headers |
26+
| ------------------------- | --------------- | --------------- |
27+
| https://app.activeloop.ai | GET, HEAD | \* |

0 commit comments

Comments
 (0)