Issue #6923
closedAs a user I want to access my pulp instanca with IPv6
Description
As a user I want to access my pulp instanca with IPv6.
Currently Nginx configuration is hard coded to be IPv4 only. This is changeable.
However for the httpd conffiguration, the piece that defines whether or not we listen to ipv6 is outside the pulp/pulp_installer
scope.
Added by spredzy over 4 years ago
Added by spredzy over 4 years ago
Revision 8e67de9e | View on GitHub
pulp_webserver: Listen for IPv6 connections
Currently Nginx configuration is hard coded to be IPv4 only. This commit makes it so it listen for both IPv4 and IPv6 connections.
For the httpd conffiguration, the piece that defines whether or not we listen to ipv6 is outside the pulp/pulp_installer scope.
fixes #6923
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Updated by spredzy over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|8e67de9ec88140eba1d6eb9770b1ca079c6667d3.
Updated by spredzy over 4 years ago
Applied in changeset ansible-pulp3|8e67de9ec88140eba1d6eb9770b1ca079c6667d3.
Updated by fao89 over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
pulp_webserver: Listen for IPv6 connections
Currently Nginx configuration is hard coded to be IPv4 only. This commit makes it so it listen for both IPv4 and IPv6 connections.
For the httpd conffiguration, the piece that defines whether or not we listen to ipv6 is outside the pulp/pulp_installer scope.
fixes #6923