scientist-softserv / oral-history

UCLA LIBRARY-CENTER FOR ORAL HISTORY RESEARCH --Documenting the histories of Los Angeles-- The UCLA Library creates a vibrant nexus of ideas, collections, expertise, and spaces in which users illuminate solutions for local and global challenges. We constantly evolve to advance UCLA’s research, education, and public service mission by empowering and
https://oralhistory.library.ucla.edu/
0 stars 0 forks source link

change `oh-staff.library.ucla.edu` to env variable #53

Closed jillpe closed 5 months ago

jillpe commented 6 months ago

Summary

https://assaydepot.slack.com/archives/C03UFN7017A/p1712245174204979 I confirmed this morning the changes we made to the Oral History staff application, to answer on the k8s internal domain name, are working as-expected. When I log-in to the prod Oral History public app Pod and run curl "http://oral-history-staff-ui-oh-staff.oh-staffprod.svc.cluster.local/oai/?verb=GetRecord&identifier=21198/zz002kpzjw" I see the expected XML file record output. The next step here is to update the Oral History public app such that the domain name for the OH-Staff system is parameterized (i.e. turned into an environment variable) and we set this in the Helm Chart.

The request is to change wherever oh-staff.library.ucla.edu is referenced to an environment variable set in the Helm chart (or other appropriate spot) and locally the .env file

Acceptance Criteria