data-workspace-frontend icon indicating copy to clipboard operation
data-workspace-frontend copied to clipboard

feat: make Arango's nice domain work from tools

Open michalc opened this issue 1 year ago • 0 comments

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 . to . in tools so that the same domain can be used from outside of tools as well as in (for example, GitLab).

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?

michalc avatar Jul 22 '24 18:07 michalc