I currently have an application that is deployed on Openshift, for as many customers as we have in our company.
The application has two types of properties, technical ones (DB, SSO, replicas, Spring retries etc..), and functional ones that would interest each customer to customize them.
I would like to offer them a way to customize those properties without having to develop any custom UI or anything, it is as simple as a Key/Value map that is very common.
Is there anything like a "configuration UI" that would allow me to do so?
There's an admin UI in JHipster Registry, that resembles our need. I don't necessarily need a UI with login and everything, just an admin UI that says app + profile=CUSTOMER1 + environment=PROD = a map of Key/Value properties.