Hue on AWS EKS with IPv6 family #3537
-
Is there an existing issue for this?
DescriptionWe deployed Hue on AWS EKS with IPv6 configurations in three Public subnets of VPC. Also, deployed AWS ALB controller and mapped the ingress associated with ALB to Route 53 record name. However, when we try to access Below is ingress.yaml file:
Versions: Steps To Reproduce1-Create EKS cluster using IPv6 family using LogsLogs snippets from AWS ALB ingress controller:
Hue version4.11 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
IPV6 issue should be solved by setting following property in hue.ini.
By default, hue takes ipv4 value 0.0.0.0 and its equivalent in ipv6 is [::]. |
Beta Was this translation helpful? Give feedback.
-
We have tested it by adding this property and we are able to access Hue fine. |
Beta Was this translation helpful? Give feedback.
IPV6 issue should be solved by setting following property in hue.ini.
By default, hue takes ipv4 value 0.0.0.0 and its equivalent in ipv6 is [::].