kestra-io / kestra

:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
https://kestra.io
Apache License 2.0
13.25k stars 1.15k forks source link

Add an optional 'namespace' parameter to the secret function #5970

Open loicmathieu opened 1 week ago

loicmathieu commented 1 week ago

Feature description

This optiona parameter will allow to lookup the secret on a parent namespace directly, avoiding performance and money cost of missed hit when climbing the hierarchy of namespaces.

This would not allow to lookup secret in a different namespace hierarchy.