Closed
Description
Symfony version(s) affected: tested with 5.0.2 and 4.4.2
Description
Tried to use secrets to store JWT_PASSPHRASE, but symfony wont pass it to environment variable.
How to reproduce
- symfony new test-jwt-secret
- bin/console secrets:generate-keys
- composer require jwt
- -- remove JWT_PASSPHRASE from .env
- bin/console secrets:set JWT_PASSPHRASE
- bin/console -> Environment variable not found: "JWT_PASSPHRASE".