The Current State: I have some non-negligeble amount of microservices written in python. Each such microservice has its own yaml configuration file that is located in the git repo. We use dynaconf to read the configuraion. The Problem: At first it was fine, the configurations were relatively small and it was easy to maintain them. Time went by, and the