I would like to know if there is an option to authorize the different properties files between different clients. from what I read so far, ClientA can read ClientB configuration from the cloud config server just by changing it's name in his application.yaml- spring.application.name
Is there a way the configuration for each application can be protected by password or some other way ?
thanks, Avner
Comment From: ryanjbaxter
No.
But anything confidential should be encrypted in these file.
Comment From: avnerstr
thanks