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

[FEATURE] Handle multiple VCS repos for app configs #585

Open
shurwit opened this issue Aug 30, 2022 · 0 comments
Open

[FEATURE] Handle multiple VCS repos for app configs #585

shurwit opened this issue Aug 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@shurwit
Copy link
Collaborator

shurwit commented Aug 30, 2022

Is your feature request related to a problem? Please describe.
Currently we only support integrating with a single VCS repo to manage app configs for all apps. This will likely not support the use case where each app/org has a different team managing the configs/assets.

Describe the solution you'd like
We should allow configs for an associated VCS repo to be specified in the app/org document. When a webhook request is received, it should be verified against these configurations to see if the update should be performed for that app/org. The webhook-configs.json can likely be removed if we add a new code field to each Application, AppType, and Organization to handle the mapping to folders in the repo.

Describe alternatives you've considered
The alternative is to use a single repo to manage configs for every app/org in the system. If we do this, the system admin would need to be responsible for managing these app configs, as no app or org specific admins could be given access to a limited set of these configs.

@shurwit shurwit added the enhancement New feature or request label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant