Skip to content

Commit

Permalink
added vanity url to CSRF_TRUSTED_ORIGINS for openshift (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmllr authored Apr 11, 2024
1 parent bfd8e7c commit 32e49b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ objects:
name: "${NAME}-${ZONE}-rctool"
key: SECRET_KEY
- name: CSRF_TRUSTED_ORIGINS
value: 'https://*.apps.silver.devops.gov.bc.ca,https://*.apps.silver.devops.gov.bc.ca'
value: 'https://*.apps.silver.devops.gov.bc.ca,https://*.apps.silver.devops.gov.bc.ca,https://hydra.nrs.gov.bc.ca'

ports:
- containerPort: 3000
Expand Down

0 comments on commit 32e49b9

Please sign in to comment.