Deploy releases/k8s-manifests 8ef5060#155
Merged
Merged
Conversation
Adds a single redirect HTTPRoute attached to main-gateway that 301s all HTTP traffic to HTTPS. ACME challenge paths bypass the redirect because cert-manager's per-challenge HTTPRoute uses pathType: Exact on /.well-known/acme-challenge/<token> with a hostname match, beating the redirect's catch-all per Gateway API conflict resolution. Per-app HTTPRoutes drop their main-gateway parentRef since HTTP no longer needs to reach the backend — they attach only to their per-app HTTPS Gateway now. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
feat(gateway-tls): force HTTP→HTTPS via global redirect HTTPRoute
Pulls in civic-cloud/cluster-template#22 which bumps the upstream cluster-template to v1.5.2, removing hairpin-proxy from the LKE blueprint. After this deploys, the hairpin-proxy namespace, deployments, RBAC, and the coredns-custom rewrites will all drop out of the cluster. The CoreDNS configmap data field was already cleared live during sandbox migration, so no in-cluster traffic disruption expected. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
chore(deps): bump civic-cloud to v1.9.2
Author
|
Errors/Warnings |
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.
kubectl diffreports that applying 8ef5060 will change: