Ricardo Gaspar
01/17/2023, 6:40 PMBrigid Gliwa
01/17/2023, 8:26 PMYupan Wang
01/17/2023, 11:50 PMGuy Altman
01/18/2023, 10:26 PMSlackbot
01/19/2023, 3:49 AMMarkel Flores
01/19/2023, 11:32 AMlocation /prefect {
resolver 127.0.0.11 valid=10s;
set $upstream_prefect orion;
proxy_pass http://$upstream_prefect:4200;
}
and let the microservice know that it is being accessed through a subpath using an environment variable.Dmytro Ponomarchuk
01/19/2023, 1:50 PMDmytro Ponomarchuk
01/19/2023, 1:50 PMKelvin DeCosta
01/24/2023, 5:35 AMCorris Randall
01/24/2023, 2:40 PMSamuel Bunce
01/25/2023, 11:34 AMJens
01/25/2023, 1:12 PMDavid Elliott
01/25/2023, 5:49 PMandres aava
01/26/2023, 7:04 AMSamuel Bunce
01/27/2023, 11:02 AMSangbin
01/27/2023, 2:32 PMramaido
01/31/2023, 2:00 AMIlya Galperin
01/31/2023, 8:39 PMJohn-Craig Borman
02/01/2023, 6:33 PMTadej Svetina
02/02/2023, 9:17 AMJames Zhang
02/02/2023, 10:22 AMVincent Yu
02/02/2023, 1:33 PMSamuel Bunce
02/02/2023, 2:10 PMDave Lauer
02/02/2023, 7:14 PMlocalhost
). I've tried to set PREFECT_API_URL
to http://<ipv4 address>:4200/api
using the command prefect config set
but when the Orion server starts it still says 127.0.0.1. I've also tried setting PREFECT_ORION_UI_API_URL
and PREFECT_UI_URL
. I see the correct IP addresses in the ~/.prefect/profiles.toml
file, but regardless when I run prefect orion start
all the addresses are 127.0.0.1. This is on Linux/Ubuntu.Aleksandr Liadov
02/03/2023, 1:26 PMscott
02/06/2023, 7:07 PMtarget="_blank"
attribute so it would open in a new tab so you don’t lose your edits to an automation. But maybe that’s just meHenning Holgersen
02/07/2023, 6:23 AMscott
02/07/2023, 4:44 PMRafał Bielicki
02/10/2023, 8:49 PMMathuraju Sivasankar
02/11/2023, 8:32 AM