Skip to content

SE-2121 Don't filter custom domains for load balancer

Ghost User requested to merge samuel/domains into master

This will allow adding extra external domains to be handled by the load balancer. We don't remove filtering for other areas, because we don't want to manage dns, etc. for external domains.

Test instructions:

  • deploy to stage
  • choose an openedx instance to test against
  • set up dns (cname or A record) for an external domain to point to that instance
  • add the external domain to the extra custom domains list for the instance
  • verify that this extra custom domain is added to the load balancer and points to the instance

Reviewer:

Merge request reports