Local env secret store can't read env set by Multi-App Run
Open
good first issue
help wanted
kind/bug
P1
pinned
triaged/resolved
- Dominant language
- Go
- Stars
- 353
- Forks
- 221
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description
when using multi-app run `dapr run -f .` you can set environment variables in dapr.yaml:
```
version: 1
apps:
- appID: api
appDirPath: ./services/api/
env:
MYAPP_API_PORT: 3000
command: ["yarn","run", "start"]
```
but this environment variable is missing from secret store
Contributor guide
Assessment
This issue has not been assessed yet.