Webapp: Could you please provide configurable base url #48595
Labels
area/platform
issues related to the platform
autoteam
community
needs-triage
team/compose
team/deployments
team/platform-move
type/bug
Something isn't working
Helm Chart Version
1.2.0
What step the error happened?
None
Relevant information
Tell us about the problem you're trying to solve
I deployed airbyte on K8s. Instead of kubectl port-forward, I used ingress and AWS NLB to make a url for airbyte webapp, like https://example.com/base/path/.
But it seems that airbyte webapp always assumes it is located at the root /, and I cannot find how to configure the webapp so that it knows its base url is /base/path/.
Describe the solution you’d like
Make base url configurable ?
Describe the alternative you’ve considered or used
Used Regex and annotation rewrite in Ingress
Additional context
None.
Relevant log output
The text was updated successfully, but these errors were encountered: