Dallinger / Dallinger/Dallinger

postgres security defaults on ubuntu linux prevent database access by default

Open
#492 5 comments 2 reactions 1 assignee View on GitHub

@cguardia is already working on this.

Since Aug 4, 2017.

bug reviewing
Dominant language
Python
Stars
123
Forks
44
Avg merge
1d 16h
Merged PRs (30d)
6

Description

On Ubuntu linux, the default postgres security configuration sets most access modes to "md5" or something else, rather than "trust" in all cases like OSX, which currently prevents use of the database until manually fixed. The fix might wither involve instructions to fix these settings during installation of dallinger, or adopting a more secure access mode for all platforms, perhaps specifying a password for the database/user in the config.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.