Danilo Drobac
06/23/2022, 8:49 AMlocalhost:8000
.
I'm trying to connect to the instance (to make an API call) through a Python script, but I have no idea how to think about the authentication layer.
How do I send an API call to the server? The documentation suggests not to open the instance up to HTTP traffic but I'm guessing that's a requirement to be able to communicate with the API?Kevin Kho
06/23/2022, 2:01 PMDanilo Drobac
06/23/2022, 2:04 PMdev
when I run it with Prefect Cloud.
The agent is set up on a worker in the same network on GCP so I'm hoping that the fact they share a private network means they MAY be accessible without exposing ourselves to any outside traffic.
I'll report back.Kevin Kho
06/23/2022, 2:07 PMNate
06/23/2022, 2:31 PMDanilo Drobac
06/23/2022, 3:36 PM