Configuration Management
Get an insight to the configurations that can be set for the cluster or dedicated solution by using the Solution Hub.
Introduction
The configuration management is done in different systems, including
- User Configuration
- Configuration management REST API
- Solution Default configuration
- Solution Specific configuration
Configuration management REST API
The configuration management API provides REST services for reading, creating and
deleting configurations for the Solution Envoy deployment. The configuration
management is part of the Solution Hub
installation and helm chart.
The hostname for the configuration management is defined within the helm variable
global.hosts.configurationManagement.name
. The configurations can be done easily with
the provided swagger-ui or any other tool for calling APIs (curl, postman).
The swagger-ui of the configuration-management is available for example at https://ssob-config.apps.openshift-cluster.mydomain.cloud.
The necessary configuration management can be done with these two controllers:
Configuration Controller
: for managing Solution Configurations (default/specific)Runtime Controller
: for managing new and existing Solution Envoys (runtimes)