cms-PdmV / cmsPdmV

CERN CMS McM repository
4 stars 10 forks source link

Update web application URLs #1103

Closed ggonzr closed 9 months ago

ggonzr commented 9 months ago

Related to the SSO migration, the McM application will be serviced from a new domain. Update all instructions that reference the old domain so that all resources required are consumed via the new domain avoiding issues related to HTTP 30X redirection responses.

Is your feature related to a problem?

If the URLs are not updated before serving the application from the new domain, the scripts related to the resources get_setup, get_test, get_upload and the requests performed by the frontend are prone to fail due to HTTP redirection issues.

Describe the solution you'd like

Check all the instructions that reference the old domain and change them to reference the new one

Current behavior

McM application references the old domain for its resources: Production – cms-pdmv.cern.ch, Development – cms-pdmv-dev.cern.ch. Some of them are batch job scripts, user testing scripts, links included in email notifications, and resource URLs used by the frontend templates.

Expected behavior

McM application references the old domain for its resources: Production – cms-pdmv-prod.web.cern.ch, Development – cms-pdmv-dev.web.cern.ch.