Skip to content

Commit 3184a7c

Browse files
authored
Make CW principal wandb-integration-public for saas (#1569)
Description ----------- change the principal for multi-tenant saas to the correct principal `wandb-integration-public` note we changed this recently as `wandb-integration` will now be used for dedicated customers. There will be a follow up PR for introducing dedicated cloud usage of principals but for now to enable saas first going to put out a quicker PR to change the principal.
1 parent dcd6669 commit 3184a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/guides/hosting/data-security/secure-storage-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ For details, see [Create a CoreWeave AI Object Storage bucket](https://docs.core
137137
"arn:aws:s3:::<cw-bucket>"
138138
],
139139
"Principal": {
140-
"CW": "arn:aws:iam::wandb:static/wandb-integration"
140+
"CW": "arn:aws:iam::wandb:static/wandb-integration-public"
141141
},
142142
"Condition": {
143143
"StringLike": {

0 commit comments

Comments
 (0)