Files
securityonion/salt/salt
Mike Reeves ee89b78751 Fire telegraf user sync on salt/key accept, not salt/auth
salt/auth fires on every minion authentication — including every minion
restart and every master restart — so the reactor was re-running the
postgres.auth + postgres.telegraf_users + telegraf orchestration for
every already-accepted minion on every reconnect. The underlying states
are idempotent, so this was wasted work and log noise, not a correctness
issue.

Switch the subscription to salt/key, which fires only when the master
actually changes a key's state (accept / reject / delete). Match the
pattern used by salt/reactor/check_hypervisor.sls (registered in
salt/salt/cloud/reactor_config_hypervisor.sls) and add the result==True
guard so half-failed key operations don't trigger the orchestration.
2026-04-20 19:54:06 -04:00
..
2026-03-11 12:29:13 -04:00
2025-09-17 10:42:05 -04:00
2026-02-17 09:33:05 -05:00
2026-03-05 11:05:19 -05:00
2026-02-05 10:20:54 -05:00
2026-02-13 14:49:53 -05:00
2025-12-11 17:30:06 -05:00
2026-02-13 14:49:53 -05:00