22.31.4. salt.wheel.key

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

Docs for previous releases are available on salt.rtfd.org.

Latest Salt release: 2014.7.1

Previous topic

22.31.3. salt.wheel.file_roots

Next topic

22.31.5. salt.wheel.pillar_roots

SaltStack News

Upcoming SaltStack events, webinars and local meet ups and user groups.