-
Notifications
You must be signed in to change notification settings - Fork 0
Scaffolding: Federation gateway setup #299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
klpoland
wants to merge
17
commits into
master
Choose a base branch
from
feature-kpoland-federation-gateway-scaffolding
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
78b03aa
gateway: federation export API, Redis events, sync API key
klpoland 7b6f1e0
federation config hardening
klpoland 9e3fc32
pre-commit fixes
klpoland 3b3ea8f
arg to kwarg
klpoland 4bbcbed
fix test errors
klpoland 2c09fae
clean up env variable settings, ip parsing, auth classes
klpoland 3393c0f
gateway mirror for health check
klpoland 751d03a
follow rfc 12: site-prefixed redis channels
klpoland 6888bc8
refactor: harden publishing reversion protection, federation event lo…
klpoland c39a16c
fix: cidrs list, sync service key generation allign with svi methods …
klpoland e2635a1
generate drf token key with generate-secrets into shared env file bet…
klpoland ee4b2ca
shared env on repo root
klpoland 08158b5
remove event type logic, refactor capture/dataset (re)index protocols…
klpoland 9f04b45
fix: ensure detach assets from datasets excludes published
klpoland 4609c03
fix: fail state exceptions
klpoland 38c5435
fix tests
klpoland 94ef4d5
linting, hooks
klpoland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,3 +6,4 @@ | |
| **/agents.md | ||
| agents.md | ||
| htmlcov/ | ||
| federation-shared.env | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Shared by gateway + federation sync (repo root; gateway/scripts/generate-secrets.sh). | ||
| # Compose: env_file → ../../federation-shared.env (gateway) or ../federation-shared.env (federation). | ||
| # FEDERATION_SYNC_DRF_TOKEN: bootstrap Token for get-federation-sync-api-key. | ||
| # FEDERATION_SYNC_SERVER_API_KEY: export Api-Key (sync service writes after mint). | ||
|
|
||
| FEDERATION_SYNC_DRF_TOKEN= | ||
| FEDERATION_SYNC_SERVER_API_KEY= |
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.