Open uvsmtid opened 8 years ago
When sensitive data is used, there is no automatic means for bootstrap package to provide GPG private keys securely at the moment. Moreover, it is insecure to distribute private keys in bootstrap packages.
Therefore, setting up Salt master (and mateterless Salt minions) will likely become manual step anyway (due to private key deployment).
In Salt master case it is even a one-time installation. Only masterless Salt minions is a special case which requires automated support. Should we use private keys encrypted with password?
Therefore, the fix for this issue is (indefinitely) postponed.
At the moment,
gpg
installation and configuration (besides just private key import) for Salt master has to be done manually - bootstrap package won't handle this.