Config endpoint
This MR replaces the legacy /configuration endpoint which has been moved to /v2.
The config endpoint provides the following data:
- authentication providers
- enabled features and their settings
- arbitrary UI-specific properties (passed through from config file)
Configuration file handling has been improved and now supports loading from multiple files:
- application.yml
- secrets.yml
- ui.yml
The configuration file has been restructured and now has the following main sections:
- system
- security
- features
- ui
Edited by Daniel Gerhardt
Merge request reports
Activity
Filter activity
changed milestone to %3.0-beta1
added api label
mentioned in commit 7dfce72c
Please register or sign in to reply