i have a setup where credentials are loaded from vault into the configuration,
this is done via lazy loading, so that even if there is a full configuration, only the necessary roundtrips are made
if there was a tool to have config nodes load deferred when they are used (not merged) that would be a help