Wheel system wrapper for key system
salt.wheel.key.
accept
(match)¶Accept keys based on a glob match
salt.wheel.key.
delete
(match)¶Delete keys based on a glob match
salt.wheel.key.
finger
(match)¶Return the matching key fingerprints
salt.wheel.key.
gen
(id_=None, keysize=2048)¶Generate a key pair. No keys are stored on the master, a keypair is returned as a dict containing pub and priv keys
salt.wheel.key.
gen_accept
(id_, keysize=2048, force=False)¶Generate a key pair then accept the public key. This function returns the key pair in a dict, only the public key is preserved on the master.
salt.wheel.key.
key_str
(match)¶Return the key strings
salt.wheel.key.
list_
(match)¶List all the keys under a named status
salt.wheel.key.
list_all
()¶List all the keys
salt.wheel.key.
reject
(match)¶Delete keys based on a glob match