Description
To enable SSL, we have instructions like the following:
server/scripts/cloud-scripts/zkcli.sh -zkhost localhost:2181 -cmd put /clusterprops.json '{"urlScheme":"https"}'
Overwriting the value won't work well when we have more properties to put in clusterprops. We should be able to change individual values or perhaps merge values.