Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
heunghingwan opened this issue Oct 20, 2023 · 1 comment
Open

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

heunghingwan opened this issue Oct 20, 2023 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/bug Something isn't working P1 pinned triaged/resolved The issue has been triaged
Milestone

Comments

@heunghingwan
Copy link

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

@heunghingwan heunghingwan added the kind/bug Something isn't working label Oct 20, 2023
@mukundansundar mukundansundar transferred this issue from dapr/components-contrib Oct 24, 2023
@dapr-bot
Copy link
Collaborator

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.

@dapr-bot dapr-bot added the stale label Nov 23, 2023
@mukundansundar mukundansundar added this to the v1.13 milestone Nov 29, 2023
@mukundansundar mukundansundar added P1 triaged/resolved The issue has been triaged help wanted Extra attention is needed good first issue Good for newcomers labels Nov 29, 2023
@mukundansundar mukundansundar modified the milestones: v1.13, v1.14 Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/bug Something isn't working P1 pinned triaged/resolved The issue has been triaged
Projects
None yet
Development

No branches or pull requests

3 participants