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

Support updating Jazz core configuration via an API #571

Open
bleggett opened this issue Oct 5, 2018 · 1 comment
Open

Support updating Jazz core configuration via an API #571

bleggett opened this issue Oct 5, 2018 · 1 comment

Comments

@bleggett
Copy link
Contributor

bleggett commented Oct 5, 2018

Description

Currently all/most Jazz configuration is driven by a JSON file that is checked into whatever configured Git repo we have at install time.

If anyone or anything wants to programmatically update this config file after install time, knowledge of the specific Git URL, file path, git credentials, config file format, and other things are required.

Our forays into feature installers in jazz-installer are starting to point this area out as a weak spot, every feature installer needs to collect that information.

It seems as if this is pointing us to a logical extension point: Some sort of core function API that allows you to programmatically update Jazz config dynamically, either by updating that config file in the repo behind the scenes, or by some other method.

@suryajak
Copy link
Contributor

suryajak commented Oct 5, 2018

Good place to start with is to extend the Admin API and write code for PUT.

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

No branches or pull requests

2 participants