Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Privacy
    • Imprint
    • Contact
    • Login methods
  • Sign in
  • ARSnova Backend ARSnova Backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ARSnovaARSnova
  • ARSnova BackendARSnova Backend
  • Merge requests
  • !161

Config endpoint

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Daniel Gerhardt requested to merge config-endpoint into master Sep 24, 2019
  • Overview 0
  • Commits 5
  • Pipelines 1
  • Changes 11

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 Sep 24, 2019 by Daniel Gerhardt
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: config-endpoint