Do not wrap Kubernetes Address in brackets#4363
Merged
nabokihms merged 1 commit intodexidp:masterfrom Oct 23, 2025
Merged
Conversation
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
a650cc2 to
29751dc
Compare
4 tasks
Member
Author
|
Tested this PR on prod clusters, everything seems fine so far. Merging. |
This was referenced Nov 3, 2025
oasisk
pushed a commit
to openobserve/dex
that referenced
this pull request
Nov 26, 2025
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
|
Hello! Do we know when an official release with this fix is coming out? |
yardenshoham
pushed a commit
to yardenshoham/dex
that referenced
this pull request
Jan 29, 2026
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com> Signed-off-by: Yarden Shoham <git@yardenshoham.com>
octo-sts bot
pushed a commit
to wolfi-dev/os
that referenced
this pull request
Mar 3, 2026
The fix "Do not wrap Kubernetes Address in brackets" (dexidp/dex#4363) is included in the v2.45.0 release, making the cherry-pick redundant. https://github.com/dexidp/dex/releases/tag/v2.45.0 Export: c67ac84
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Wrap only ipv6 addresses in brackets
What this PR does / why we need it
In the latest go versions (1.25.2, 1.24.8) the bug was fixed, and now Dex fails with an error
Special notes for your reviewer