Augie Palacios
09/28/2022, 7:15 PM/console
to /my/url/console
but the UI still looks for the js assests in /console/assets/*
. This is just the beginning though, will eventually need to prepend a path to /api/v1/projects
as well so it doesn't interfere with our endpointsKetan (kumare3)
Augie Palacios
09/29/2022, 10:25 PMflyte/charts/flyte-core/templates/common/ingress.yaml
but that did not seem to fix the issue.
My current problem I'm working on is creating a proxy between our api gateway and flyte cluster. I am able to route from gw to flyte console through the proxy but getting the js files returned as html files (one matching the console home page). That one is throwing me through a loop because its returning 200 as plain/html
instead of application/javascript
so it makes me think theres a redirect happening somewhere when trying to get /console/assets/vendor-a0de234e.js
via the proxy (leaving this part here in case anyone else has had experience with this)Ketan (kumare3)