Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/saltstack/salt
/ creds
Method
creds
salt/crypt.py:1818–1821 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1816
1817
@property
1818
def
creds(self):
1819
if
not hasattr(self,
"_creds"
):
1820
self.authenticate()
1821
return
self._creds
1822
1823
@property
1824
def
crypticle(self):
Callers
1
test_creds_with_role_arn_should_always_call_assumed_creds
Function · 0.45
Calls
1
authenticate
Method · 0.95
Tested by
1
test_creds_with_role_arn_should_always_call_assumed_creds
Function · 0.36