If I set my password to Sw0rdfi$h and store the password as export HIPPO_PASSWORD='Sw0rdfi$h', I can very using env that the password is correct.
I then run through the yo wasm prompts, and accept the password from the environment variable. It fails to authenticate to the Hippo server, saying the password is incorrect.
If I do the same process, but type the password in manually, it works. My best guess is that the $ might cause some sort of problem when reading it from the env.
NB: No, I don't actually use the password Sw0rdfi$h.
Environment: Windows 10, WSL2, Ubuntu 20.04
If I set my password to
Sw0rdfi$h
and store the password asexport HIPPO_PASSWORD='Sw0rdfi$h'
, I can very usingenv
that the password is correct.I then run through the
yo wasm
prompts, and accept the password from the environment variable. It fails to authenticate to the Hippo server, saying the password is incorrect.If I do the same process, but type the password in manually, it works. My best guess is that the
$
might cause some sort of problem when reading it from the env.NB: No, I don't actually use the password
Sw0rdfi$h
.