Missing Secrets Now Throw an Exception in 0.21.0

For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append .md to any kestra.io/docs/* URL for plain Markdown.

Retrieving non-existing secrets

Changed handling of non-existing secrets.

Fetching a non-existing secret using the secret() function now throws an exception instead of returning null in the open-source version, aligning the open-source behavior with the behavior in the Enterprise Edition.

Was this page helpful?