Skip to content

Commit

Permalink
updating the latest ff web in the configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed Jul 28, 2023
1 parent 09ecdb4 commit 26b976d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/openshift/deploy.frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ objects:
"REACT_APP_NODE_ENV": "production",
"REACT_APP_AUTH_AUTHORITY": "https://epd-keycloak-${ENV}.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/",
"REACT_APP_AUTH_CLIENT_ID": "${REACT_APP_AUTH_CLIENT_ID}",
"REACT_APP_AUTH_REDIRECT_URI": "https://epd-frontend-${ENV}.apps.silver.devops.gov.bc.ca/dashboard",
"REACT_APP_AUTH_REDIRECT_URI": "https://forms-flow-web-root-config-${ENV}.apps.silver.devops.gov.bc.ca/",
"REACT_APP_AUTH_LOGOUT_REDIRECT_URI": "https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl=https://epd-keycloak-${ENV}.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/protocol/openid-connect/logout?post_logout_redirect_uri=https://epd-frontend-${ENV}.apps.silver.devops.gov.bc.ca",
"REACT_APP_AUTH_RESPONSE_TYPE": "code",
"REACT_APP_AUTH_SCOPE": "openid profile",
"REACT_APP_BACKEND_API": "https://epd-backend-gateway-${ENV}.apps.silver.devops.gov.bc.ca",
"REACT_APP_AUTH_FILTER_PROTOCOL_CLAIMS": "true",
"REACT_APP_AUTH_LOAD_USER_INFO": "true",
"REACT_APP_AUTH_REVOKE_TOKENS_ON_SIGNOUT": "true",
"REACT_APP_FORMSFLOW_WEB_URL": "https://forms-flow-web-e38158-${ENV}.apps.silver.devops.gov.bc.ca/",
"REACT_APP_FORMSFLOW_WEB_URL": "https://forms-flow-web-root-config-${ENV}.apps.silver.devops.gov.bc.ca/",
"REACT_APP_CUSTOM_MAP_URL": "https://epd-frontend-${ENV}.apps.silver.devops.gov.bc.ca/map"
}
- apiVersion: v1
Expand Down

0 comments on commit 26b976d

Please sign in to comment.