Skip to content

Commit

Permalink
Merge pull request #1812 from 18F/tock-1792-clean-up-egress-config
Browse files Browse the repository at this point in the history
Remove google-analytics.com from the egress proxy allow list
  • Loading branch information
cantsin authored Oct 11, 2024
2 parents e2eedd1 + c7cceae commit b7fbfe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/egress.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Copy these files from from your local `tock` repo into your `cf-egress-proxy` re
1. [tock.vars.yml](../egress_proxy/tock.vars.yml)
2. [manifest.yml](../egress_proxy/manifest.yml)

Delete the code comments from `tock.vars.yml`.

#### Set username and password

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

```bash
cf env staging-egress | grep PROXY_USERNAME
cf env staging-egress | grep PROXY_PASSWORD
```

Paste each value into the vars file for the appropriate key.
Expand Down
1 change: 0 additions & 1 deletion egress_proxy/tock.vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ password: (generated) # eg output of uuidgen
proxydeny:
proxyallow: |
uaa.fr.cloud.gov
google-analytics.com
api.newrelic.com
gov-collector.newrelic.com
*.apps.internal

0 comments on commit b7fbfe3

Please sign in to comment.