feat(cloudflare): drop public auth.fuzefront.com tunnel route/DNS - #268
Draft
izzywdev wants to merge 1 commit into
Draft
feat(cloudflare): drop public auth.fuzefront.com tunnel route/DNS#268izzywdev wants to merge 1 commit into
izzywdev wants to merge 1 commit into
Conversation
FuzeFront now reverse-proxies its Authentik IdP under app.fuzefront.com/api/auth/idp/* (izzywdev/FuzeFront#247), so the public auth.fuzefront.com host is no longer needed. Remove `auth` from `public_vanity_hosts` so the proxied CNAME (cloudflare_record.vanity) for auth.fuzefront.com is retired. With no DNS record pointing at the tunnel, auth.fuzefront.com no longer resolves to the cluster (CF 1033/no-route). The catch-all tunnel ingress rule is unchanged, so app.fuzefront.com (incl. the new /api/auth/idp/* path) keeps routing to traefik.kube-system:80. No other *.fuzefront.com routes affected. Closes #255 Co-authored-by: Israel Weinberg <99821070+izzywdev@users.noreply.github.com>
Contributor
|
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.
Auto-opened from branch
claude/issue-255-20260714-1357.Closes #255