Skip to content

Fix redirect chain#12

Merged
henzigo merged 1 commit intomainfrom
redirect-chain
May 22, 2024
Merged

Fix redirect chain#12
henzigo merged 1 commit intomainfrom
redirect-chain

Conversation

@henzigo
Copy link
Copy Markdown
Member

@henzigo henzigo commented May 22, 2024

Ingress has bug that runs redirect chain in wrong order. To prevent it we implemented workaround solution for that.

Example

Previous : http://domain.com -> http://www.domain.com -> https://www.domain.com
Now : http://domain.com -> https://domain.com -> https://www.domain.com

Ingress issue: kubernetes/ingress-nginx#6340

@henzigo henzigo merged commit 5db1581 into main May 22, 2024
@henzigo henzigo deleted the redirect-chain branch May 22, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant