You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have control of the dev.find-moj-data.service.justice.gov.uk, test.find-moj-data.service.justice.gov.uk, preprod.find-moj-data.service.justice.gov.uk
However, they're not resolving yet.
If there's time, make sure these resolve to the right cloud platform service.
At the moment, I've created 4 separate hosted zones in AWS, but the guide recommends using just one, so I think we can remove the non-production ones and then hopefully everything will Just Work™
After the domain resolves:
Add the domain to the redirect_uris list in the Entra ID configuration (via the azure portal)
Update the AZURE_REDIRECT_URI secret in github for each of the environments
The text was updated successfully, but these errors were encountered:
Manually delete DNS rules related to dev, preprod, and prod from the prod hosted zone (with CP's help) so that ExternalDNS will recreate the rules according to the ingress.yml in the helm deployment. (The awkwardness of this might be due to the fact the hosted zones were force deleted. ExternalDNS wasn't removing DNS rules from them as expected)
Once the old DNS rules were removed, ExternalDNS recreated them as corrected rules.
Add DNS certificates to the k8s namespaces for dev, preprod, and prod
Add the new redirect urls to EntraID
Change the redirect url env var in all environments in Github and rebuild/deploy the image/helm chart
kubectl --namespace data-platform-find-moj-data-dev get pods then check pod env to check redirect url like kubectl --namespace data-platform-find-moj-data-dev exec find-moj-data-deployment-86d6454f86-t2tnz -- env
Split from ministryofjustice/find-moj-data#546
We have control of the dev.find-moj-data.service.justice.gov.uk, test.find-moj-data.service.justice.gov.uk, preprod.find-moj-data.service.justice.gov.uk
However, they're not resolving yet.
If there's time, make sure these resolve to the right cloud platform service.
See this guide: https://user-guide.cloud-platform.service.justice.gov.uk/documentation/other-topics/custom-domain-cert.html#using-a-custom-domain
At the moment, I've created 4 separate hosted zones in AWS, but the guide recommends using just one, so I think we can remove the non-production ones and then hopefully everything will Just Work™
After the domain resolves:
AZURE_REDIRECT_URI
secret in github for each of the environmentsThe text was updated successfully, but these errors were encountered: