CDCgov / prime-reportstream

ReportStream is a public intermediary tool for delivery of data between different parts of the healthcare ecosystem.
https://reportstream.cdc.gov
Creative Commons Zero v1.0 Universal
72 stars 40 forks source link

JAVA_OPTS not set in production environment #16528

Open arnejduranovic opened 1 day ago

arnejduranovic commented 1 day ago

DevSecOps Issue

Summary

16235 updated Terraform to set the JAVA_OPTS env variable with value -Dfile.encoding=UTF-8 but this variable is not getting set in production. For Staging, @GilmoreA6 manually set it via the Azure Portal web interface.

Environment

Priority

Blocks the following

Blocked by the following

Contact

Team: Platform and Flexion ETOR

Slack Team Channel: trusted-intermediary-etor

Slack Contact (Full Name): Arnej Duranovic

Technical Team Lead: Arnej Duranovic

Definition of Done

Notes

devopsmatt commented 1 day ago

This was resolved here Any deployment after merging of the branch referenced above should've deployed the updated Terraform config.

arnejduranovic commented 7 hours ago

Here is a screenshot of the STAGING env that shows JAVA_OPTS is set (Because James apparently set it manually):

Screenshot 2024-11-14 at 11 34 19 AM

If you navigate to the PROD env, you won't find JAVA_OPTS in the list