@@ -88,7 +88,8 @@ Mappings:
8888 notificationsMaxReceiveCount : 5
8989 txmaAccountArn : " "
9090 stubsDomain : stubs.manage.dev.account.gov.uk
91- rootDomain : dev.account.gov.uk
91+ rootDomain : account.gov.uk
92+ rootDomainWithEnv : dev.account.gov.uk
9293 build :
9394 dynatraceSecretArn : arn:aws:secretsmanager:eu-west-2:216552277552:secret:DynatraceNonProductionVariables # pragma: allowlist-secret
9495 authorizeEndpointUrl : https://manage.build.account.gov.uk/authorize
@@ -122,7 +123,8 @@ Mappings:
122123 notificationsMaxReceiveCount : 5
123124 txmaAccountArn : " "
124125 stubsDomain : stubs.manage.build.account.gov.uk
125- rootDomain : build.account.gov.uk
126+ rootDomain : account.gov.uk
127+ rootDomainWithEnv : build.account.gov.uk
126128 staging :
127129 dynatraceSecretArn : arn:aws:secretsmanager:eu-west-2:216552277552:secret:DynatraceNonProductionVariables # pragma: allowlist-secret
128130 authorizeEndpointUrl : https://manage.staging.account.gov.uk/authorize
@@ -158,7 +160,8 @@ Mappings:
158160 notificationsMaxReceiveCount : 5
159161 txmaAccountArn : " arn:aws:iam::178023842775:root"
160162 stubsDomain : " "
161- rootDomain : staging.account.gov.uk
163+ rootDomain : account.gov.uk
164+ rootDomainWithEnv : staging.account.gov.uk
162165 integration :
163166 dynatraceSecretArn : arn:aws:secretsmanager:eu-west-2:216552277552:secret:DynatraceNonProductionVariables # pragma: allowlist-secret
164167 authorizeEndpointUrl : https://manage.integration.account.gov.uk/authorize
@@ -194,7 +197,8 @@ Mappings:
194197 notificationsMaxReceiveCount : 36
195198 txmaAccountArn : " arn:aws:iam::729485541398:root"
196199 stubsDomain : " "
197- rootDomain : integration.account.gov.uk
200+ rootDomain : account.gov.uk
201+ rootDomainWithEnv : integration.account.gov.uk
198202 production :
199203 dynatraceSecretArn : arn:aws:secretsmanager:eu-west-2:216552277552:secret:DynatraceProductionVariables # pragma: allowlist-secret
200204 authorizeEndpointUrl : https://manage.account.gov.uk/authorize
@@ -231,6 +235,7 @@ Mappings:
231235 txmaAccountArn : " arn:aws:iam::451773080033:root"
232236 stubsDomain : " "
233237 rootDomain : account.gov.uk
238+ rootDomainWithEnv : account.gov.uk
234239
235240Conditions :
236241 UseCodeSigning :
@@ -2334,6 +2339,12 @@ Resources:
23342339 SESSIONS_TABLE_NAME : !Sub ${AWS::StackName}-SessionStore
23352340 ROOT_DOMAIN :
23362341 !FindInMap [EnvironmentConfiguration, !Ref Environment, rootDomain]
2342+ ROOT_DOMAIN_WITH_ENV :
2343+ !FindInMap [
2344+ EnvironmentConfiguration,
2345+ !Ref Environment,
2346+ rootDomainWithEnv,
2347+ ]
23372348 NOTIFICATIONS_QUEUE_URL : !GetAtt NotificationsQueue.QueueUrl
23382349 AUTH_CODE_TABLE_NAME : !Ref AuthCodeTable
23392350 JOURNEY_OUTCOME_TABLE_NAME : !Ref JourneyOutcomeTable
0 commit comments