MCPcopy Index your code
hub / github.com/saltstack/salt / delete_den

Method delete_den

salt/key.py:855–861  ·  view source on GitHub ↗

Delete all denied keys

(self)

Source from the content-addressed store, hash-verified

853 return self.glob_match(match) if match is not None else self.dict_match(matches)
854
855 def delete_den(self):
856 """
857 Delete all denied keys
858 """
859 self.cache.flush("denied_keys")
860 self.check_minion_cache()
861 return self.list_keys()
862
863 def delete_all(self):
864 """

Callers

nothing calls this directly

Calls 3

check_minion_cacheMethod · 0.95
list_keysMethod · 0.95
flushMethod · 0.45

Tested by

no test coverage detected