Skip to content

Secret

Retrieves a secret value by its name.

Retrieves a secret by its name from the project's secret store.

If the secret is found, its value is prepended with the prefix string and then output.

If the secret is not found, the node outputs an empty string. The prefix is not used in this case.

See the Secrets documentation for more on how to define secrets.

Inputs#

Port Description
Prefix
A string to prepend to the secret value.

Outputs#

Port Description
The prefixed secret value. Outputs an empty string if the secret is not found.

ID: core/secret@v1