acmcsufoss / acm-server

Terraform deployment files for acmCSUF.
MIT License
6 stars 2 forks source link

Use proper secrets management #34

Open diamondburned opened 2 months ago

diamondburned commented 2 months ago

/nix/store is world-readable which is incredibly bad for deploying secrets. We're only doing it right now because we're fairly certain that our services are secure enough and systemd's isolation is good enough to prevent this. Obviously, if we can do better, we should.