Manage runtime configuration change
Closed this issue · 0 comments
docktermj commented
Is your feature request related to a problem? Please describe.
Currently runtime configuration for docker images is done via environment variables as recommended by Twelve-Factor App config. However, some Senzing Python scripts use the G2Module.ini
file as the source of runtime configuration.
Describe the solution you'd like
Develop a strategy and implementation for runtime configuration management.
Note that configuration management in large-scale systems is done via components like:
There are libraries for runtime configuration management:
- viper - Golang
We want to be positioned for customers to use Configuration Management tools.