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

Create a logic for exposing configuration structure #208

Open
MatousJobanek opened this issue Oct 4, 2017 · 1 comment
Open

Create a logic for exposing configuration structure #208

MatousJobanek opened this issue Oct 4, 2017 · 1 comment

Comments

@MatousJobanek
Copy link
Contributor

Issue Overview

In Che, we need to get information which parameters are possible to use in configuration. Based on this, we can create a window for configuring it. What we need to know:

  • parameter name
  • type (boolean/string/list of values to choose from)
  • default value
  • structure - which parameters belong to a particular config section
  • description of every parameter (not essential but nice to have)
@bartoszmajsak
Copy link
Member

ObjectMapper and ConfigurationItem can be leveraged to provide this information for Che.

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

3 participants