feat: multi tenant queries#58
Merged
Merged
Conversation
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.
Multi-tenant queries
Lets one deployment serve charts for multiple consumers via
?source=, while keeping personal deployments unchanged.Modes (mutually exclusive)
GITHUB_USERNAMES/GITHUB_ORGS: the users own chart, exactly as before.?source=is rejected.GITHUB_ALLOWED_SOURCES=masonlet,gh-top-languages: bare URL renders the combined chart;?source=selects a subset.GITHUB_ALLOWED_SOURCES=*: any GitHub account,?source=required, max 10 names per request.Hosted modes fetch via
/users/{name}/reposand never carry per-source tokens, so they are public-repos-only.Architecture
Mapkeyedkind:name, merged at read time. One source failing no longer poisons the aggregate: it falls back to its own stale entry with per-entry backoff.Cache-Control: public, max-age=300, server/config errors stayno-store.Referer gate (preview-only deployments)
Optional
ALLOWED_REFERERSrestricts rendering to requests whoseOrigin/Refererhostname matches; for a deployment that only serves a builder site's live previews.