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

Ability to perform schema validation for config CRUD APIs #1660

Open
YourTechBud opened this issue Mar 8, 2023 · 0 comments
Open

Ability to perform schema validation for config CRUD APIs #1660

YourTechBud opened this issue Mar 8, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@YourTechBud
Copy link
Collaborator

YourTechBud commented Mar 8, 2023

Challenge

  • No way to do a schema check for configs being written when using non K8s config adapters.

Solution

  1. Add a json schema / openapi validation step for the apply config endpoint.
  2. We can use the JSON schema reflection library to figure out the schema of a source when it registers itself with the Source Manager.
  3. Source Manager can store the json schema generated in a global map against the gvr
  4. Handler for config apply endpoint can fetch this jsonschema from the Source Manager App before passing the data to the ConfigManager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants