danielswaine / SodburyChallenge

A Rails app to help manage an overnight orienteering competition.
GNU General Public License v3.0
0 stars 1 forks source link

Database authorisation #2

Open danielswaine opened 8 years ago

danielswaine commented 8 years ago

Postgres currently trusts all local connections to the database since I can't get Unicorn to supply a password at runtime. This is fine while there is only one app running on the server but it is probably good practice to tighten the permissions when possible.

Possible approaches:

Both of these options seem a little more trouble than they're worth at present, but its an enhancement for the future.

danielswaine commented 3 years ago

I'm not sure why I closed this! 😄