Skip to content

Commit

Permalink
Default access to external buckets to false systematically
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 5, 2024
1 parent 2d542b9 commit 4b65357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp/projects/cluster.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ filestore_capacity_gb = 1024
#
#hub_cloud_permissions = {
# "{{ hub_name }}" : {
# allow_access_to_external_requester_pays_buckets : true,
# allow_access_to_external_requester_pays_buckets : false,
# bucket_admin_access : ["scratch-{{ hub_name }}"],
# hub_namespace : "{{ hub_name }}"
# },
Expand Down

0 comments on commit 4b65357

Please sign in to comment.