Skip to main content
Version: 0.9

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>")

Was this page helpful?