Remove legacy Firebase vanity server infrastructure - #4642
Merged
Conversation
The firebase/ directory contained a Node.js Cloud Functions implementation of a Go vanity server for two import paths: - kpt.dev/configsync - kpt.dev/resourcegroup Investigation revealed: - Target repositories no longer exist at kptdev organization (kptdev/kpt-config-sync and kptdev/kpt-resource-group are 404) - kpt-resource-group was archived 2+ years ago with code merged to config-sync - config-sync continues under GoogleContainerTools org (no dependency on vanity URLs) - Zero imports of these vanity URLs in the kpt codebase - Infrastructure last updated Aug 2022 (4+ years old, no recent activity) - No .firebaserc or firebase.json deployment config in repository This cleanup is part of Epic kptdev#4552: Clean up the kpt repo. Closes kptdev#4558 Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
efiacor
requested review from
kispaljr,
liamfallon and
mozesl-nokia
as code owners
July 16, 2026 13:26
✅ Deploy Preview for kptdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
aravindtga
approved these changes
Jul 16, 2026
mozesl-nokia
approved these changes
Jul 16, 2026
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.
Remove the Firebase Cloud Functions vanity server that is no longer needed.
Details
The `firebase/functions/` directory contained a Node.js Cloud Functions implementation of a Go vanity server mapping two import paths:
Investigation Findings
Impact
Related
Closes #4558 (part of Epic #4552: Clean up the kpt repo)