File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ resources:
1717 source :
1818 name : bosh-aws-xen-hvm-ubuntu-jammy-fips-go_agent
1919 auth :
20- access_key : hmac- access_key
21- secret_key : hmac- secret_key
20+ access_key : (( access_key-credhub_ref))
21+ secret_key : (( secret_key-credhub_ref))
2222` ` `
2323
2424for this you need a service account setup with hmac keys
@@ -39,14 +39,15 @@ requirements:
3939- [gcloud](https://cloud.google.com/sdk/docs/install)
4040- [gsutil](https://cloud.google.com/storage/docs/gsutil_install)
4141
42- Login to the `cloud-foundry-310819` GCP project `gcloud auth login`
43-
44- setup access for cross project cloud buckets. reference : https://cloud.google.com/dataprep/docs/concepts/gcs-buckets
45- replace PLACEHOLDER with the service account that is created in the previous steps for example
46- ` test-dev@myproject.iam.gserviceaccount.com`
42+ Login to the `cloud-foundry-310819` GCP project `gcloud auth login` and setup
43+ access for cross-project buckets. In the example below replace PLACEHOLDER with
44+ the service account that is created in the previous steps.
45+ Ex : ` test-dev@myproject.iam.gserviceaccount.com`
4746
4847` ` ` shell
4948gsutil defacl ch -u PLACEHOLDER:READER gs://bosh-core-stemcells-fips
5049gsutil acl ch -u PLACEHOLDER:READER gs://bosh-core-stemcells-fips
5150gsutil -m acl ch -r -u PLACEHOLDER:READER gs://bosh-core-stemcells-fips
5251` ` `
52+
53+ Reference : https://cloud.google.com/dataprep/docs/concepts/gcs-buckets
You can’t perform that action at this time.
0 commit comments