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

The script to generate dotenv does not handle quoted vars #2085

Open
spwoodcock opened this issue Jan 13, 2025 · 0 comments
Open

The script to generate dotenv does not handle quoted vars #2085

spwoodcock opened this issue Jan 13, 2025 · 0 comments
Labels
devops Related to deployment or configuration effort:low Likely a few hours enhancement New feature or request priority:low Backlog of tasks that will be addressed in time

Comments

@spwoodcock
Copy link
Member

Is your feature request related to a problem? Please describe.

  • Quoted env vars loaded into the FastAPI server I think are not an issue, as Pydantic appears to strip quotes automatically on the Settings class.
  • However, using the gen-env.sh script and entering quoted variables can cause issues.
  • The output of gen-env.sh should be inspected to see if variables are quoted or not: it's causing an issue somewhere, reported during setup of FMTM.

Describe the solution you'd like

  • Investigate the issue around variable quoting and fix the scripts are necessary.

Describe alternatives you've considered

@spwoodcock spwoodcock added devops Related to deployment or configuration effort:low Likely a few hours enhancement New feature or request priority:low Backlog of tasks that will be addressed in time labels Jan 13, 2025
@spwoodcock spwoodcock added this to the Update production devops milestone Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Related to deployment or configuration effort:low Likely a few hours enhancement New feature or request priority:low Backlog of tasks that will be addressed in time
Projects
Development

No branches or pull requests

1 participant