Secret
Summary​
A reference to a secret value stored in Tecton Secrets. The secret reference is an ordered pair of secret scope and key names. See full documentation on using secrets
Methods​
__init__(...)​
Instantiates a new Secret reference.
Parameters​
-
scope(str) – Name of the secret scope that contains the secret -
key(str) – Name of the secret key within the secret scope
Returns​
A Secret class instance.
Example​
Secret(scope="<scope-name>", key="<key-name>")