Skip to content
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

Identify the contents of the payload for publish and payload atomicity #12

Open
rhysrevans3 opened this issue Jul 16, 2024 · 2 comments

Comments

@rhysrevans3
Copy link
Contributor

No description provided.

@lliming
Copy link
Contributor

lliming commented Sep 6, 2024

There are multiple components of the payload.

  • Authorization provenance - the basis for the STAC ingest service's (STAC API Transaction extension's) authorization decision, so we can troubleshoot auth policy configuration
  • Publisher provenance - details about the ESGF publisher software used for the action (e.g., version), so we can guard against obsolete publisher software
  • Catalog content - the details of the collection, item, or asset being acted on

Please see https://github.com/ESGF/esgf-roadmap/blob/main/core_architecture/event_schema.md (specifically, the publish action) for a proposed example of the authorization provenance

@lliming
Copy link
Contributor

lliming commented Sep 18, 2024

It seems likely we'll also need some info about CV validation (e.g., versions of CVs used for validation) in the event schema. Let's confirm what we think is necessary to support troubleshooting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants