Hey Guys, I’m trying to get the UI setup using htt...
# best-practices
b
Hey Guys, I’m trying to get the UI setup using https, but I can’t find anything in the documentation regarding configuration for ssl or https. Is there some obscure documentation or is it not supported at the moment?
v
https://meltano.com/docs/settings.html#ui-bind-port Looks like you can specify 443, but it's not clear to me how gunicorn handles that. Looks to me that you need to setup a reverse proxy upstream (nginx / apache / etc) . https://meltano.com/docs/settings.html#ui-forwarded-allow-ips I don't use the UI so thought I'd at least give you somewhere to go 😄
b
I ended up using a revers proxy and it’s now sorted! Thanks @visch
v
nice 😄 a configuartion example would probably be helpful for folks! I wonder if you could throw your nginx x config, with the meltano config settings into an issue if that would help someone else? 🤷