Hi, Iā€™m looking for a way to read/expose the ip ad...
# prefect-server
j
Hi, Iā€™m looking for a way to read/expose the ip address of a running flow. The objective is to whitelist those flows for an external API. I cannot find any docs on this. Can someone please assist?
z
You'd have to have your flow post this information out. Perhaps as an "artifact"? or you can have a task with a
PrefectResult
type write it to the database then query for it that way.
j
Thank you! Are IPs fixed for a given flow/pod? Also, are flows in an organization bound within a certain range of IP addresses?
z
That sounds like more of an implementation detail of your execution environment / cluster šŸ™‚ we don't do any special handling for this.
j
got it- thanks!
z
You're welcome, lmk if you need anything else
šŸ‘ 1