Minion Management¶
Minions are managed on the Salt Master via their client certificates. Manipulating these certificates provides or revokes access. See State Management for managing minion states.
Signing Cert Requests¶
A minion cannot connect and apply salt states until the certificate request is approved on the Salt Master. Globbing is supported.
salt-key -l unaccepted
salt-key -a {HOST}
salt-key -L
Revoking Certs¶
Disables Salt access for a specific minion, or removes unapproved certificates.
See Show all certs on Salt Master (Salt Master). for getting a certificate list.
salt-key -d {HOST}
Salt will remove the key material automatically.