ripple / vault-pki-formula

SaltStack formula to issue and update certificates using Hashicorp's Vault.
Apache License 2.0
23 stars 15 forks source link

certs don't activate when minions default to test=True #4

Open dmwilcox opened 5 years ago

dmwilcox commented 5 years ago

If salt minions are configured to require explicit setting of test=False to apply changes the reaction activate certificate state never fires.

Can lead to lots of certificates in memory expiring since new certificates on disk are never symlinked into 'live' and post-activate scripts are never run.

dmwilcox commented 5 years ago

5