You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Genie uses System.getenv("EC2_PUBLIC_HOSTNAME") to figure out its hostname in the cloud (if the netflix.genie.server.host property is not set).
Currently, Genie uses System.getenv("EC2_PUBLIC_HOSTNAME") to figure out its hostname in the cloud (if the netflix.genie.server.host property is not set).
We should make this more generic but looking at the instance metadata. By default, it is should get the host name from: http://169.254.169.254/latest/meta-data/public-hostname. If that is unavailable (e.g. in a VPC), it should default to http://169.254.169.254/latest/meta-data/local-ipv4.
The text was updated successfully, but these errors were encountered: