-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area/backendNeeds backend code changesNeeds backend code changesbugSomething isn't workingSomething isn't working
Description
Describe the issue
User is using OSS Kestra for local development and leveraging ENV Variables to set secrets.
Now they kept a secret without any value and that is causing log obfuscation.

From our UI, empty secret values are prohibited.
Reproducible Steps
extraEnv:
- name: SECRET_EMPTY_SECRET
value:
Flow
id: rail_288729
namespace: company.team
tasks:
- id: testDownload
type: io.kestra.plugin.scripts.shell.Script
taskRunner:
type: io.kestra.plugin.core.runner.Process
script: |
cd /app
pwd
echo blah blah {{ secret('EMPTY_SECRET')}}
Environment
- Kestra Version: develop
Metadata
Metadata
Assignees
Labels
area/backendNeeds backend code changesNeeds backend code changesbugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog