ClusterCockpit / cc-backend

Web frontend and API backend server for ClusterCockpit Monitoring Framework
https://www.clustercockpit.org
MIT License
14 stars 12 forks source link

New config options for continous scroll and Open ID Connect Auth are missing in JSON schema #256

Open moebiusband73 opened 3 months ago

moebiusband73 commented 3 months ago

Currently the config module treats the UI config as a generic map. As a consequence the ui option only can be overwritten as a whole. The config module needs to be reviewed and refactored, enabling partial overwrite of options and with proper validation of all sub options.