-
Story
-
Resolution: Done
-
Normal
-
None
The reverse proxy caddyfile and/or rewrite clause does not seem to work as expected. We were getting consistent 400's when trying to curl objects from minio when going through the reverse proxy (within the pod), but not when curling directly through the service itself (also from within the pod). IE curl }}{{http://localhost:8080/inventory/fed-mods.json{{ (not working; all path combinations)}} vs curl }}{{http://minio-service.minio-env.svc.cluster.local:9000/frontend/data/inventory/fed-mods.json{{ (works)}} . Once we removed the rewrite and error handling in the caddyfile via a debugging PR/image, things started working.