accesscontroltool
accesscontroltool copied to clipboard
Improve merge config storage format
In #649 we removed usage of SnakeYAML for storing merged configs and replaced with simple toString. This generates not the most readable output.
We should evaluate possibility to adjust toString implementation to generate YAML file for better readability (and without overhead from SnakeYAML)