The Salt Master has rejected this minion's public key!
This document (000021793) is provided subject to the disclaimer at the end of this document.
Environment
SUSE Manager 4.3
Situation
Client server "minion" fails to bootstrap against the SUMA server again. In other words, this client was already registered to SUSE Manager.
Error reported in /var/log/salt/minion
or systemctl status salt-minion
/ systemctl status venv-salt-minion
:
2025-04-13 09:58:36,678 [salt.utils.parsers:1084][WARNING ][2401] Minion received a SIGTERM. Exiting. 2025-04-13 09:58:41,890 [salt.crypt :791 ][CRITICAL][128935] The Salt Master has rejected this minion's public key! To repair this issue, delete the public key for this minion on the Salt Master and restart this minion. Or restart the Salt Master in open mode to clean out the keys. The Salt Minion will now exit.
Resolution
Please remove the salt-key from the SUMA server:
# salt-key -d MINIONID
Next, remove the public key from the client server and restart the salt.minion/salt-bundle service:
(salt-bundle)
# rm -rf /etc/venv-salt-minion/pki/minion/master_minion.pub
# systemctl restart venv-salt-minion
(salt-minion)
# rm -rf /etc/salt/pki/minion/master_minion.pub
# systemctl restart salt-minion
Then accept the salt-key
from the SUMA server:
# salt-key -a MINIONID
# salt-key -L | grep -i MINIONID
Cause
SUMA server still has the old minion key cached from the client server. When the client server tries to reconnect, the Salt Master detects a key mismatch and rejects the connection.
Additional Information
Alternatively, please deregister the client server and bootstrap it again:
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:000021793
- Creation Date: 16-Apr-2025
- Modified Date:25-Apr-2025
-
- SUSE Manager Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com