Skip to content

← All questions

How do people keep real passwords out of a users.csv that has to be committed?

Asked 12,180 views2 answers

Our pool CSV has a plaintext password column and security review flagged it, fairly. Options I can see are all bad:

  • gitignore the file, and every new joiner spends an afternoon working out why nothing runs
  • one shared password nobody minds leaking, which is a lie we will forget we told
  • generate the file in CI, and lose the ability to run anything locally

Is there a fourth thing?

asked by Ify Adeyemi6,584 ·

2 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related