Skip to content

daemon: add IPv6 loopback as insecure registry#48540

Merged
thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah:insecure_ipv6_localhost
Sep 23, 2024
Merged

daemon: add IPv6 loopback as insecure registry#48540
thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah:insecure_ipv6_localhost

Conversation

@thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Sep 23, 2024

relates to:

commit 11380a1 updated the daemon to always treat 127.0.0.1 as insecure for all cases anytime anywhere. This was initially a hard-coded list, but later made configurable to allow the user to mark additional CIDRs or registries as insecure in 6aba75d.

This patch expands the default list of insecure registries to also include the IPv6 loopback-address (::1); IPv6, unlike IPv4 only has a single loopback address (::1/128).

- Description for the changelog

daemon: add IPv6 loopback address as insecure registry by default

- A picture of a cute animal (not mandatory but encouraged)

commit 11380a1 updated the daemon to
always treat 127.0.0.1 as insecure for all cases anytime anywhere. This
was initially a hard-coded list, but later made configurable to allow
the user to mark additional CIDRs or registries as insecure in
6aba75d.

This patch expands the default list of insecure registries to also
include the IPv6 loopback-address (::1); IPv6, unlike IPv4 only has
a single loopback address (::1/128).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah added this to the 28.0.0 milestone Sep 23, 2024
@thaJeztah thaJeztah self-assigned this Sep 23, 2024
@thaJeztah thaJeztah marked this pull request as ready for review September 23, 2024 15:57
@thaJeztah thaJeztah merged commit c7e42d8 into moby:master Sep 23, 2024
@thaJeztah thaJeztah deleted the insecure_ipv6_localhost branch September 23, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants