Skip to content

Commit

Permalink
Rename var in one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Feb 28, 2024
1 parent df35174 commit 92d1bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto/features/cloud-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This AWS IAM Role is managed via terraform.
```
hub_cloud_permissions = {
"<hub-name-slug>": {
allow_access_to_requestor_pays_buckets : true,
"allow_access_to_external_requester_pays_buckets : true,
bucket_admin_access : ["bucket-1", "bucket-2"]
hub_namespace : "<hub-name>"
}
Expand All @@ -55,7 +55,7 @@ This AWS IAM Role is managed via terraform.
and the cluster name together can't be more than 29 characters. `terraform`
will complain if you go over this limit, so in general just use the name
of the hub and shorten it only if `terraform` complains.
2. (GCP only) `allow_access_to_requestor_pays_buckets` enables permissions for user pods and dask worker
2. (GCP only) `allow_access_to_external_requester_pays_buckets` enables permissions for user pods and dask worker
pods to identify as the project while making requests to other Google Cloud Storage
buckets, outside of this project, that have 'Requester Pays' enabled. More details [here](topic:features:cloud:gcp:requestor-pays).
3. `bucket_admin_access` lists bucket names (as specified in `user_buckets`
Expand Down

0 comments on commit 92d1bba

Please sign in to comment.