data-workspace-frontend
data-workspace-frontend copied to clipboard
feat: make Arango's nice domain work from tools
Description of change
The dns-rewrite-proxy rewrites and filters certain DNS requests (it was created before AWS could do this with their DNS firewall). One of the things it does it rewrites
However, the arango host under (for example) data.trade.gov.uk resolves to the internal load balancer, and so we don't need the rewriting, because there is no arango.
Also the Docker registry has not existed for several years - so this repurposes its entry in the rewrite list for Arango.
Checklist
- [ ] Have tests been added to cover any changes?
- [ ] Have E2E tests been added to cover any React changes?
- [ ] Have Accessibility tests been added to cover any React changes?