I'm trying to support exposing mimir via an IPv6 address so that I can use it as a destination from another vpc.
I added this to my structuredConfig:
server:
grpc_listen_address: '[::0]'
http_listen_address: '[::0]'
But there is no easy way to configure the service to use IPv6.
I can open a PR for it.