Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api key removal- updating config map #950

Merged
merged 9 commits into from
Jul 16, 2024
26 changes: 24 additions & 2 deletions openshift/templates/appointment-frontend-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ objects:
"VUE_APP_ROOT_API": "${VUE_APP_ROOT_API}",
"hideBCServicesCard": ${HIDEBCSERVICESCARD},
"BCEIDRegistrationUrl": "${BCEID_REG_URL}",
"VUE_APP_GOOGLE_STATIC_MAP_API_KEY": "${VUE_APP_GOOGLE_STATIC_MAP_API_KEY}",
"BCServicesCardUrl": "${BC_SERVICES_CARD}",
"VUE_APP_FEEDBACK_API": "${VUE_APP_FEEDBACK_API}",
"FEEDBACK_SERVICE_CHANNEL": "${FEEDBACK_SERVICE_CHANNEL}",
"FEEDBACK_ENABLED": "${FEEDBACK_ENABLED}",
"VUE_APP_HEADER_MSG": "Before you start – do you have the {link}BC Services Card app{link} or {link}Basic BCeID{link}? Login needed to confirm appointment.",
"VUE_APP_HEADER_LINKS": "https://www2.gov.bc.ca/gov/content?id=B2B3A21E797A421A8FD39EEA86E245D6 {link} https://www.bceid.ca/directories/bluepages/details.aspx?serviceID=6971",
"VUE_APP_FOOTER_MSG": "Looking for ICBC Services? Ensure you are at the right place by visiting {link} icbc.com/locators",
"VUE_APP_FOOTER_LINKS": "https://www.icbc.com/locators"
"disableSms": ${DISABLE_SMS}
}
- apiVersion: v1
Expand Down Expand Up @@ -236,4 +243,19 @@ parameters:
description: "Flag to decide if SMS is disabled"
required: true
value: true

- name: BC_SERVICES_CARD
description: "Flag to decide if SMS is disabled"
required: true
value: ""
- name: VUE_APP_FEEDBACK_API
description: "Flag to decide if SMS is disabled"
required: true
value: ""
- name: FEEDBACK_SERVICE_CHANNEL
description: "Flag to decide if SMS is disabled"
required: true
value: ""
- name: FEEDBACK_ENABLED
description: "Flag to decide if SMS is disabled"
required: true
value: ""