[BUG] When running a task that requires Secrets locally, env_var
doesn't seem to be used.
#6302
Open
2 tasks done
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
I am running flytekit 1.15.0
I have a task that uses secrets. An example would be:
When I run this remotely, this is fine. But when I run this locally (having set the correct environment variables), I get the following error:
Expected behavior
I would expect that flyte would look if the env var
MY_SECRET
would exist instead ofSECRETGROUP_THESECRET
.Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: