config read, write use yaml format while load uses salt/config which internally uses viper and mapstructure for processing configs.
This creates an issue that configs written via write cannot always be properly loaded by load function.
And read doesn't necessarily display all set configs.