Let’s understand how Configu structures and visualizes configurations. The Configs pages are where you can view and manage your configurations.

The Config Explorer is a dashboard page that shows all the configuration data with a simple visualization. You organize and view the data in Sets (e.g., environments, regions, branches, customers). You can view the details of a configuration in the Configs view.

You can also search and filter the data by:

  • Set - set name or part of it
  • Key - key name or part of it

Graph View

The Graph view is the default view, and it shows all your ConfigSets on a graph, illustrating the relationships between them.

You can right-click any set to open the context menu and perform actions like viewing the configs or configs history, cloning the set, evaluating it, deleting it, and more.

Grid View

The Grid view presents your Configs in a grid layout. By default, each column represents a ConfigSet, while each row corresponds to a ConfigKey. Within the grid, each cell displays the value of the config within its respective set. Every config cell is interactive, granting access to the config value provided you have the necessary permissions.

Moreover, right-clicking on any cell within the grid reveals a context menu offering relevant actions. For instance, the All Configs context menu allows you to reveal all config values, transpose the grid, and revert any modifications made to the view.

Some notable actions include:

  • Pinning: Pin the selected column or row to the left or top of the grid.
  • Sorting: Alphabetically or by last update date for columns or rows.
  • History: View the history of the selected config or set.
  • Delete: Remove the selected config or set.
  • Clone: Duplicate the selected set.
  • Eval: Evaluates the selected set.
  • Permissions: Examine the permissions of the selected set or config.

List View

The List view shows all the Configs data you have permission for (e.g., set name, key, value, last update). Admin can mask the values for security reasons.

You can show masked values, see the history of the config, or delete it (if you have permission).

Upsert Configs Wizard

The Upsert Configs Wizard is a quick and convenient way to modify configs. You can access the wizard by clicking “Upsert Configs” from the Graph or Grid view.

Select or create a new key, and modify the Cfgu according to your needs. Click “Assign values” to proceed.

Select or create a new set and modify the value. You can upsert to multiple sets by clicking “Assign another value” and picking other sets. Click “Upsert Summary” to proceed.

Review the changes from the previous step and confirm the upsert. Click “Upsert Configs” to complete the process.