feat(esm_catalog): PR-B4 — federation API (/catalogs CRUD + auth middleware)#1493
Open
siligam wants to merge 1 commit into
Open
feat(esm_catalog): PR-B4 — federation API (/catalogs CRUD + auth middleware)#1493siligam wants to merge 1 commit into
siligam wants to merge 1 commit into
Conversation
siligam
force-pushed
the
esm-catalog/pr-b4-federation-api
branch
from
June 14, 2026 00:12
840c483 to
16a3cdd
Compare
siligam
force-pushed
the
esm-catalog/pr-b3-science-routes
branch
from
June 17, 2026 12:13
ef49a03 to
95043cd
Compare
siligam
force-pushed
the
esm-catalog/pr-b4-federation-api
branch
from
June 17, 2026 12:13
16a3cdd to
ed75fed
Compare
siligam
force-pushed
the
esm-catalog/pr-b3-science-routes
branch
from
June 17, 2026 16:00
95043cd to
67fee03
Compare
siligam
force-pushed
the
esm-catalog/pr-b4-federation-api
branch
from
June 17, 2026 16:00
ed75fed to
1f401c8
Compare
siligam
force-pushed
the
esm-catalog/pr-b3-science-routes
branch
from
June 17, 2026 16:34
67fee03 to
76f4e7a
Compare
siligam
force-pushed
the
esm-catalog/pr-b4-federation-api
branch
from
June 17, 2026 16:34
1f401c8 to
952b8d2
Compare
…leware) Adds dynamic catalog management via /catalogs REST endpoints (list, add, get, update, refresh, delete) with pluggable auth middleware and 16 new tests. 129 total tests green. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
siligam
force-pushed
the
esm-catalog/pr-b3-science-routes
branch
from
June 17, 2026 17:03
76f4e7a to
61e2fab
Compare
siligam
force-pushed
the
esm-catalog/pr-b4-federation-api
branch
from
June 17, 2026 17:03
952b8d2 to
673be4b
Compare
Contributor
Author
|
Rebased onto the corrected PR-0 base (#1483) — test relocation to |
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.
Summary
auth.py:AuthenticatorABC +NoAuthenticator/APIKeyAuthenticator/JupyterHubAuthenticatorimplementationscatalog_routes.py: full CRUD for/catalogs(GET list, GET by ID, POST add, PATCH update, POST refresh, DELETE remove); auth-gated; invalidates queryables cache on mutationscreate_catalog_router(registry, pool, auth, queryables_cache)intocreate_app(), which now accepts an optionalauthenticatorparameter (defaults toNoAuthenticator/ open access)active/missing)Test plan
pytest src/esm_catalog/tests/test_api_federation.py— 16 testspytest src/esm_catalog/tests/— 129 total tests greenesm-catalog-testspasses on Python 3.9 + 3.12Stack position
release→ PR-0 → A1a → A1b-1 → A1b-2 → A2 → A3 → A4 → B1 → B2 → B3 → B4 (this PR)🤖 Generated with Claude Code