We're running into configuration issues with the g...
# prefect-community
t
We're running into configuration issues with the graphql url. We've set server.ui.graphql_url to the proper host and path, but the UI doesn't use the config value. Is there a param for this not listed in the example config.toml?
c
Hey @tiz.io - the
graphql_url
configuration option was recently merged to master but has not been released yet. We are planning on releasing that along with some other changes on Monday or Tuesday
t
Bleeding edge! Can I hack the parameter for the time being?
c
Haha yea some of the details can be found in this issue: https://github.com/PrefectHQ/prefect/issues/2237 and the PR that resolved this can be found here: https://github.com/PrefectHQ/prefect/pull/2338 so you might be able to sort through it from there. Ultimately it boils down to a find / place in the built static files from the UI, so you could potentially create your own docker image on top of the UI image with this logic
t
Thanks! I was halfway there and you spared me the rest of the searching. =)
c
👍 for sure
t
For the record, I took the lazy way out with SSH port forwarding. 😎
c
niiiice nothing wrong with that