Skip to content

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

Open
@heunghingwan

Description

@heunghingwan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions