> Do not read secrets from environment variables
> Secrets should only be accepted via credential files, pipes, `AF_UNIX` sockets, secret management services, or another IPC mechanism
Which one of these do you use? On github it seems common for projects to use environment variables for secrets.
Do you use secret management services for work only, or do you use them in your personal projects too?
[1] https://clig.dev/#environment-variables
[1] https://www.doppler.com/blog/lessons-from-mercedes-benz-sour...)