ai-cfia / howard

The Howard project, named after "The Godfather of Clouds" Luke Howard, orchestrates the Kubernetes-based cloud infrastructure for the Canadian Food Inspection Agency's AI lab, managing applications like Nachet, Finesse, and Louis. It prioritizes robustness, security and efficiency
https://ai-cfia.github.io/howard/
MIT License
3 stars 0 forks source link

Ensure that shared configuration between backend of our apps and their deployments with our ingress controller configuration match #113

Open SonOfLope opened 6 months ago

SonOfLope commented 6 months ago

Context

          @SonOfLope we discussed verbally ensuring that this value is a shared configuration variable between frontend (we'll want to validate client-side), nginx (the value modified here) and backend MAX_CONTENT_LENGTH. Was an issue created related to that conversation?

Originally posted by @rngadam in https://github.com/ai-cfia/howard/issues/105#issuecomment-2007967859

As an example of this issue, we have a configuration (MAX_CONTENT_LENGTH) for file size limit on uploads for our hosted app Nachet that needs to be configured in the backend side as well as with the ingress controller. We want those values to match as well as validation on the client-side.

TODO

rngadam commented 6 months ago

@SonOfLope pull it up to a user story perhaps? Title should be more related to the content.