Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions polaris-terraform/main-terraform/global-components.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ location ~ ^/api/global-components/(.*)$ {
rewrite ^/api/global-components/(.*)$ /global-components/api/$1 last;
}

# Proxy static assets from blob storage (dev/test/prod environments)
location ~ ^/global-components/(dev|test|prod)/(.*)$ {
# Proxy static assets from blob storage (dev/test/uat/prod environments)
location ~ ^/global-components/(dev|test|uat|prod)/(.*)$ {
error_page 418 = @gloco_preflight;
if ($request_method = OPTIONS) {
return 418;
Expand Down
6 changes: 3 additions & 3 deletions polaris-terraform/main-terraform/uat.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ private_beta = {
feature_user_group6 = "21c21011-b568-4ebb-b013-02d4cd15681a"
}

case_review_app_redirect_url = "https://polaris-qa-notprod.cps.gov.uk/case-review-redirect/cps-dev/dev"
case_review_app_redirect_url = "https://polaris-uat-notprod.cps.gov.uk/case-review-redirect/cps-dev/dev"
bulk_um_redirect_url = "https://housekeeping-fn-staging.int.cps.gov.uk/api/init"

polaris_ui_reauth = {
outbound_live_url = "/polaris,https://cin3.cps.gov.uk/polaris"
outbound_live_url = "https://cmo.cps.gov.uk/polaris"
outbound_e2e_url = "/polaris"
inbound_url = "/auth-refresh-inbound"
use_in_situ_refresh = "true"
Expand Down Expand Up @@ -173,7 +173,7 @@ coordinator = {
}

cps_global_components = {
script_url = "https://polaris-qa-notprod.cps.gov.uk/global-components/test/global-components.js"
script_url = "https://polaris-uat-notprod.cps.gov.uk/global-components/uat/global-components.js"
blob_storage_domain = "sacpsglobalcomponents.blob.core.windows.net"
}

Expand Down
6 changes: 3 additions & 3 deletions polaris-ui/.env.uat
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ REACT_APP_AI_KEY="ebd66fa4-486f-40d7-811b-25aabe34e887"
REACT_APP_BACKGROUND_PIPELINE_REFRESH_INTERVAL_MS="600000"
REACT_APP_BACKGROUND_PIPELINE_REFRESH_SHOW_OWN_NOTIFICATIONS="true"
REACT_APP_BULK_UM_REDIRECT_URL="https://housekeeping-fn-staging.int.cps.gov.uk/api/init"
REACT_APP_CASE_REVIEW_APP_REDIRECT_URL="https://polaris-qa-notprod.cps.gov.uk/case-review-redirect/cps-dev/dev"
REACT_APP_CASE_REVIEW_APP_REDIRECT_URL="https://polaris-uat-notprod.cps.gov.uk/case-review-redirect/cps-dev/dev"
REACT_APP_CLIENT_ID="090c0708-0cf2-4d6b-8053-a592d9419695"
REACT_APP_CPS_GLOBAL_COMPONENTS_URL="https://polaris-qa-notprod.cps.gov.uk/global-components/test/global-components.js"
REACT_APP_CPS_GLOBAL_COMPONENTS_URL="https://polaris-uat-notprod.cps.gov.uk/global-components/uat/global-components.js"
REACT_APP_FEATURE_FLAG_BACKGROUND_PIPELINE_REFRESH="true"
REACT_APP_FEATURE_FLAG_DOCUMENT_NAME_SEARCH="true"
REACT_APP_FEATURE_FLAG_EXTERNAL_REDIRECT_BULK_UM_APP="true"
Expand Down Expand Up @@ -36,7 +36,7 @@ REACT_APP_PRIVATE_BETA_SIGN_UP_URL="https://forms.office.com/e/Af374akw0Q"
REACT_APP_PRIVATE_BETA_USER_GROUP=""
REACT_APP_REAUTH_IN_SITU_TERMINATION_URL="/auth-refresh-termination"
REACT_APP_REAUTH_REDIRECT_URL_INBOUND="/auth-refresh-inbound"
REACT_APP_REAUTH_REDIRECT_URL_OUTBOUND="/polaris,https://cin3.cps.gov.uk/polaris"
REACT_APP_REAUTH_REDIRECT_URL_OUTBOUND="https://cmo.cps.gov.uk/polaris"
REACT_APP_REAUTH_REDIRECT_URL_OUTBOUND_E2E="/polaris"
REACT_APP_REAUTH_USE_IN_SITU_REFRESH="true"
REACT_APP_REDACTION_LOG_BASE_URL="https://fa-redaction-log-uat-reporting.azurewebsites.net"
Expand Down
Loading