dapr / cli

Command-line tools for Dapr.
Apache License 2.0
315 stars 197 forks source link

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

Open heunghingwan opened 8 months ago

heunghingwan commented 8 months ago

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

dapr-bot commented 7 months ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.