MCPcopy
hub / github.com/saltstack/salt / __eauth

Method __eauth

tests/wheeltest.py:51–58  ·  view source on GitHub ↗

Fill in the blanks for the eauth system

(self)

Source from the content-addressed store, hash-verified

49 self.wheel = salt.wheel.Wheel(self.opts)
50
51 def __eauth(self):
52 """
53 Fill in the blanks for the eauth system
54 """
55 if self.opts["eauth"]:
56 resolver = salt.auth.Resolver(self.opts)
57 res = resolver.cli(self.opts["eauth"])
58 self.opts.update(res)
59
60 def run(self):
61 """

Callers 1

__init__Method · 0.95

Calls 2

cliMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected