pythonindia / magudi

Salt stack based config for Python India servers
https://in.pycon.org
5 stars 9 forks source link

Pillar data is shared between servers. #6

Open atyagi1024 opened 8 years ago

atyagi1024 commented 8 years ago

Provision script is pulling the pillar data for both the projects irrespective of what app needs to be deployed. Pillars contain a lot of sensitive information and server should not be aware of anything that it does not need to. We should look for a possible solution to send pillar data to only the designated servers.

vigneshsarma commented 8 years ago

This would be very useful to have. If we had salt master running, then this would be trivial. But we don't.

If we can find any other way to send sensitive data to only the machines that require it, would be very good.