You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a key is accepted, and then I want to reject it: I run salt-key -r and get the following message:
No keys found to reject
If a key is rejected, and then I want to accept it: I run salt-key -a and get the following message:
The key glob MY_KEY_NAME does not match any unaccepted keys.
Moving the key to the respective pki_dir causes the key to work based on the pki_dir that it's in. So the issue is just that the salt-key command isn't looking in all the pki_dir.
Ah yes, both of those commands only look in the unaccepted directory. You're probably right, we should support all those directories with these commands.
Not exactly sure if it will be as easy as pointing it to those other directories as well, but we'll definitely look into it.
If a key is accepted, and then I want to reject it: I run
salt-key -r
and get the following message:If a key is rejected, and then I want to accept it: I run
salt-key -a
and get the following message:Moving the key to the respective
pki_dir
causes the key to work based on thepki_dir
that it's in. So the issue is just that thesalt-key
command isn't looking in all thepki_dir
.# salt-master --versions-report Salt: 0.16.4 Python: 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) Jinja2: 2.5.5 M2Crypto: 0.20.1 msgpack-python: 0.1.10 msgpack-pure: Not Installed pycrypto: 2.1.0 PyYAML: 3.09 PyZMQ: 13.1.0 ZMQ: 3.2.3
The text was updated successfully, but these errors were encountered: