dapr / dapr/cli

Local env secret store can't read env set by Multi-App Run

Open
#1,361 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.