In addition to the security concerns expressed here when using preseeded keys:
...are there additional security concerns we need to be aware of?
The use of identical shared keys for several minions has been proposed to avoid the necessity for deleting old keys after recycling a VM and then re-authenticating with the same saltmaster.
Specifically we want to avoid any salt commands which could potentially go "minion-to-minion". We are less concerned with a spoofed minion having access to the saltmaster state tree than we are to having a spoofed minion hijacking another minion having an identical key.
Thanks,
-ed