vmware-archive/halite

Add IPv6 support to Halite

cro opened this issue · 3 comments

cro commented
Add IPv6 support to Halite

Thanks for the report. Investigating this.

Hi @cro

Looks like Halite can be configured to listen on the ipv6 interface by setting the following config options on the Salt Master config file.

halite:
    level: 'debug'
    host: '::'
    port: '8080'
    cors: False
    tls: False
    server: cherrypy

Once that is in place we can restart the Salt Master and navigate to http://[::1]:8080/app/console to get to Halite on the IPv6 address or navigate to http://localhost:8080/app/console for the IPv4. Also confirmed that Halite can be accessed via IPv6 address with ipv6: True set on the Salt Master and the Salt Minion (presence or absence of that option in salt's configs shouldn't make a difference anyway).

Closing this issue for now. If you experience any further difficulties please feel free to open another issue.