DE 

//Cloudogu EcoSystem Docs

Configuration of the Baseline-Dogu

The Baseline Dogu is configurable. Via cesapp edit-config baseline the different setting options can be set.

Path to project settings

  • Configuration path: <baseline_path>/projects_json_url
  • Contents: The path to a server providing the project.json file containing the definition for all existing baseline projects.
  • Data type: String

Configure groups

Permissions are assigned via group assignments in User Management. The groups from the User Management must be mapped accordingly into the Baseline Dogu. The following values can be configured for this.

groups/readers

  • Configuration key path: <baseline_path>/groups/readers
  • Content: The group defined in User Management for the baseline readers. If no value is set, there is no special read permission for the Dogu. This then means that any user existing in the CAS can open the Dogu and read the baseline information.
  • Data type: String
  • Optional

groups/editors

  • Configuration key path: <baseline_path>/groups/editors
  • Content: The group defined in User Management for the baseline editors.
  • Data type: String
  • Optional
  • Default-Value: "baselineEditors"

groups/admins

  • Configuration key path: <baseline_path>/groups/admins
  • Content: The group defined in User Management for the baseline admins. Note: Users who are in the globally configured admin group of the CES also have admin rights in the Baseline Dogu.
  • Data type: String
  • Optional