Questions tagged [doppler]

9 questions
4
votes
1 answer

Why is echo not working in Doppler but printenv works fine?

I have the following command... doppler run -- printenv TEST_PASSWORD I see the value for TEST_PASSWORD, however, when I run the following... doppler run -- echo $TEST_PASSWORD Nothing is returned. How do I echo out existing secrets to debug…
Jackie
  • 21,969
  • 32
  • 147
  • 289
1
vote
2 answers

Getting error when running python file using doppler. "Doppler Error: fork/exec....."

I'm trying to run a file using Doppler. This command worked a few weeks ago but when I restarted my virtual environment, I started getting this error and cannot figure it out. The file runs fine without doppler. I run the command: doppler run -c dev…
joe
  • 51
  • 5
0
votes
0 answers

dpsk demodulation over a real signal

I have a real signal composed of in-phase and quadrature components. As shown in the figure, I have plotted the signal's angle for DPSK demodulation. In order to be able to demodulate, I need to first remove the effects of Doppler and jitter, etc.,…
0
votes
0 answers

Laravel Sail + Doppler, getting error because I don't have a .env file, how do you configure Laravel Sail with Doppler?

I am trying to setup laravel sail on an existing project for experimental reasons. Currently I use doppler to manage my environment variables across multiple environments (local, develop, staging, etc...). With that in mind, is there a way to get…
Kevin Pimentel
  • 2,056
  • 3
  • 22
  • 50
0
votes
0 answers

Yarn script doesn't work on Windows (but works on mac)

I have a script in package.json "doppler:run": "DOPPLER_TOKEN_BACKEND=$(doppler configs tokens create token-back -p projectName -c dev --plain --max-age 120m) DOPPLER_TOKEN_FRONTEND=$(doppler configs tokens create token-front -p projectName -c dev…
VusalIs
  • 23
  • 3
0
votes
0 answers

Field-II pw phantom examples code not working

I was trying to run the example code given in Field-II simulation here on Pulse wave (pw) phantom example. One of the code in the folder which displays the final phantom with pw signal doesn't display the image given in the example. Has anybody got…
Hatfim
  • 35
  • 1
  • 8
0
votes
2 answers

How to inject env variables with doppler into react with webpack

I have recently switched from using .env file to a secrets management tool, Doppler, and is trying to inject the variables from Doppler into React, which is built by webpack. However, simply by running doppler run -- webpack serve --config…
kennysliding
  • 2,783
  • 1
  • 10
  • 31
0
votes
1 answer

Getting error while running doppler run that the executable file not found in %PATH%

I am new to doppler. When I run the following command doppler run -- python3 I get an error saying Doppler Error: exec: "python3": executable file not found in %PATH%. I am following this tutorial to save configuration data on doppler:…
Eliot Kim
  • 63
  • 8
0
votes
1 answer

Doppler on local .net debugger

We are implementing Doppler for secure environment variables, but in order to test code we make locally, before we release it, we want to be able to use Doppler in a local setting, so on our debugger. Our backend is made i .net, so it runs with IIS…
Edunno
  • 91
  • 7