Skip to content

Commit 9e69e9d

Browse files
committed
Docs: update fips.md wording, examples
1 parent 8f66aea commit 9e69e9d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

docs/fips.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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
2424
for 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
4948
gsutil defacl ch -u PLACEHOLDER:READER gs://bosh-core-stemcells-fips
5049
gsutil acl ch -u PLACEHOLDER:READER gs://bosh-core-stemcells-fips
5150
gsutil -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

0 commit comments

Comments
 (0)