feat(release)!: observability updates, multitenant filtering and authorization on STAC + Ingest API#601
Conversation
…emove starlette cramjam
…ult stac version (#530) ## What - STAC metadata validations are currently failing due to a import error that is corrected in a newer version of pystac #527. - The default stac version in the updated pystac is higher than the stac version of our records so additional configuration was added with a default value of the current catalog's stac version. ## How tested The tests are now passing on the github runner: https://github.com/NASA-IMPACT/veda-backend/actions/runs/17841567081/job/50732312624
…catalog_root_response
… extraction middleware tests and logic change
Co-authored-by: Alexandra Kirk <alexandra@developmentseed.org>
### Issue #596 NASA-IMPACT/veda-architecture#754 ### What? - Updates the docs to include more information about disabling multitenancy features, distinguishing between filtering and authorization - Updates TenantExtractionMiddleware logic for root paths with trailing slash (so it skips trailing slash removal for `{root_path}/`) - Adds unit tests for TenantExtractionMiddleware Tested tenant extraction change in UAH-SIT. | Test setup | Result | | --|--| | Envs: STAC_AUTH_PROXY_ENABLED=False, used v14.0.0-rc.16 | redirect errors on https://sit.openveda.cloud/api/stac/ | | Envs: STAC_AUTH_PROXY_ENABLED=False, used this branch's commit SHA | redirect errors resolved on https://sit.openveda.cloud/api/stac/| The reason we didn't notice this before is because we never had an instance tested where we had the Tenant Extraction middleware running while Tenant Filtering (AKA stac-auth-proxy) was disabled.
### Issue #600 ### What? Resolves merge conflicts from main into develop branch to prepare for the release
Member
Author
|
anayeaye
approved these changes
May 26, 2026
anayeaye
left a comment
Collaborator
There was a problem hiding this comment.
When we cut the release I think we should also include these in the custom summary we add to the automated release notes (not necessarily in this order). I can also add these in!
- List new env variables (still use drafted release)
- Note upgrade stac-fastapi to v6
- Note dynamic item renders links extended to all assets (not just 'dashboard' asset in renders config)
- removed deprecated ingest-api items/ endpoints
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
This release extends the STAC API with optional Transactions, multitenancy, and layered authorization, and observability improvements.
API Updates
eic:tenant)POST,PUT,PATCHon/collectionsand/collections/{id}POSTon/collectionsFull description of tests can be found in this spreadsheet