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
- Pipeline Configuration
- Configuration management REST API
- Clusterwide configuration
- Solution Envoy 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
configuration-management.ingress.host
. 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 configuration management is seperated in four controllers:
Docker Registry Controller
: for managing the docker registryHelm Repository Controller
: for managing the helm repositoryConfiguration Controller
: for managing Solution Envoy and solution configurationsRuntime Controller
: for managing new and existing runtimes