Opened 15 years ago
Closed 15 years ago
#36 closed enhancement (fixed)
Don't store secrets in autoinstall's git repos
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.0 |
Keywords: | Cc: |
Description
Right now, if you autoinstall Remit (#13), it'll store the DB password and Django SECRET_KEY in the git repo. This is sorta annoying, if you want to let somebody you only kinda trust clone the repo to modify things. We should grab the SQL config from ~/.my.cnf (see https://scripts.mit.edu:444/trac/ticket/57), and then we just need to write an unversioned file to get SECRET_KEY from.
Change History (1)
comment:1 Changed 15 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is fixed.
From wizard/srv/remit/:
From the autoinstaller code: