-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Currently users can't tell what the public IP of a host is without making additional out of band network quests.
Describe the solution you'd like
During claim_task grab the remote IP:
- First check if x-forwarded-for (make sure GCP exposes this to cloud run)
- Then check the connection remote IP
Add the remote Ip to the Host object in graphql.
Describe alternatives you've considered
Additional context
Reactions are currently unavailable