Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit b7fbfe3

Browse files
authored
Merge pull request #1812 from 18F/tock-1792-clean-up-egress-config
Remove google-analytics.com from the egress proxy allow list
2 parents e2eedd1 + c7cceae commit b7fbfe3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/egress.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Copy these files from from your local `tock` repo into your `cf-egress-proxy` re
6868
1. [tock.vars.yml](../egress_proxy/tock.vars.yml)
6969
2. [manifest.yml](../egress_proxy/manifest.yml)
7070

71+
Delete the code comments from `tock.vars.yml`.
72+
7173
#### Set username and password
7274

7375
In your `cf-egress-proxy` repo, manually set the `username` and `password` values in `tock.vars.yml`.
@@ -82,6 +84,7 @@ Retrieve the existing proxy username and password from the deployed egress proxy
8284

8385
```bash
8486
cf env staging-egress | grep PROXY_USERNAME
87+
cf env staging-egress | grep PROXY_PASSWORD
8588
```
8689

8790
Paste each value into the vars file for the appropriate key.

egress_proxy/tock.vars.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ password: (generated) # eg output of uuidgen
66
proxydeny:
77
proxyallow: |
88
uaa.fr.cloud.gov
9-
google-analytics.com
109
api.newrelic.com
1110
gov-collector.newrelic.com
1211
*.apps.internal

0 commit comments

Comments
 (0)